mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 08:06:13 +01:00
Fix error reported in IO_DFPlayer.h when compiling for some platforms
This commit is contained in:
parent
0c054c4d42
commit
7c25f22939
|
@ -261,7 +261,7 @@ private:
|
||||||
// Output some pad characters to add an
|
// Output some pad characters to add an
|
||||||
// artificial delay between commands
|
// artificial delay between commands
|
||||||
for (int i=0; i<numPadCharacters; i++)
|
for (int i=0; i<numPadCharacters; i++)
|
||||||
_serial->write(0);
|
_serial->write((uint8_t)0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Now output the command
|
// Now output the command
|
||||||
|
|
Loading…
Reference in New Issue
Block a user