Small fix for a comment

This commit is contained in:
dario 2024-05-22 13:05:54 +02:00
parent 556a8c91a4
commit d9d70ec371

View File

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