From d9d70ec37163cd328e4190cda1819efab8b3f3b3 Mon Sep 17 00:00:00 2001 From: dario Date: Wed, 22 May 2024 13:05:54 +0200 Subject: [PATCH] Small fix for a comment --- include/sta/tacos.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sta/tacos.hpp b/include/sta/tacos.hpp index 04f4613..b7b6ccf 100644 --- a/include/sta/tacos.hpp +++ b/include/sta/tacos.hpp @@ -103,7 +103,7 @@ namespace sta * @ingroup tacos_api */ bool publishState(uint32_t from, uint32_t to, uint32_t lockout = 0); -#endif STA_TACOS_CAN_BUS_ENABLED +#endif // STA_TACOS_CAN_BUS_ENABLED } // namespace tacos }