mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-07-28 09:53:45 +02:00
Compiler pedantics
This commit is contained in:
@@ -234,6 +234,6 @@ void CommandDistributor::broadcastText(const FSH * msg) {
|
||||
#endif
|
||||
}
|
||||
|
||||
void CommandDistributor::broadcastTrackState(FSH* format,byte trackLetter,int16_t dcAddr) {
|
||||
void CommandDistributor::broadcastTrackState(const FSH* format,byte trackLetter,int16_t dcAddr) {
|
||||
broadcastReply(COMMAND_TYPE, format,trackLetter,dcAddr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user