mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-27 01:56:14 +01:00
Update IO_I2CDFPlayer.h
Oops, fixed a typo
This commit is contained in:
parent
46673007cc
commit
0e9caa11c8
|
@ -378,7 +378,6 @@ public:
|
||||||
//UART_WriteRegister(REG_IOSTATE, TEMP_REG_VAL);
|
//UART_WriteRegister(REG_IOSTATE, TEMP_REG_VAL);
|
||||||
}*/
|
}*/
|
||||||
_setamCmd = false;
|
_setamCmd = false;
|
||||||
UART_WriteRegister(REG_IOSTATE, TEMP_REG_VAL);
|
|
||||||
} else if ((int32_t)currentMicros - _commandSendTime > 1000000) {
|
} else if ((int32_t)currentMicros - _commandSendTime > 1000000) {
|
||||||
// Poll device every second that other commands aren't being sent,
|
// Poll device every second that other commands aren't being sent,
|
||||||
// to check if it's still connected and responding.
|
// to check if it's still connected and responding.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user