1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 23:56:13 +01:00

Update IO_I2CDFPlayer.h

Oops, fixed a typo
This commit is contained in:
kempe63 2024-01-01 20:39:37 +00:00
parent 46673007cc
commit 0e9caa11c8

View File

@ -377,8 +377,7 @@ public:
//_setamCmd = false;
//UART_WriteRegister(REG_IOSTATE, TEMP_REG_VAL);
}*/
_setamCmd = false;
UART_WriteRegister(REG_IOSTATE, TEMP_REG_VAL);
_setamCmd = false;
} else if ((int32_t)currentMicros - _commandSendTime > 1000000) {
// Poll device every second that other commands aren't being sent,
// to check if it's still connected and responding.