1
0
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:
Asbelos
2023-03-06 13:47:59 +00:00
parent bec8aea5a5
commit 1d29436008
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}