1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-23 12:51:24 +01:00

Update CommandDistributor.h

Fixed #endif typo.
This commit is contained in:
Colin Murdoch 2023-01-17 10:56:12 +00:00
parent 8fac20a451
commit b62c4da04d

View File

@ -47,7 +47,7 @@ public :
static void broadcastTurnout(int16_t id, bool isClosed);
#ifdef USEFASTCLOCK
static void broadcastClockTime(int16_t time, int8_t rate);
#ifdef
#endif
static void broadcastPower();
static void broadcastText(const FSH * msg);
template<typename... Targs> static void broadcastReply(clientType type, Targs... msg);