From b62c4da04da63b25b561abfe94756cd51d6977e7 Mon Sep 17 00:00:00 2001 From: Colin Murdoch Date: Tue, 17 Jan 2023 10:56:12 +0000 Subject: [PATCH] Update CommandDistributor.h Fixed #endif typo. --- CommandDistributor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommandDistributor.h b/CommandDistributor.h index d51b2b6..3df477c 100644 --- a/CommandDistributor.h +++ b/CommandDistributor.h @@ -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 static void broadcastReply(clientType type, Targs... msg);