mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 09:37:34 +00:00
Small bugfix and adapted naming
This commit is contained in:
@@ -78,6 +78,7 @@ namespace sta
|
||||
return thread_ptr;
|
||||
}
|
||||
|
||||
#ifdef STA_TACOS_CAN_BUS_ENABLED
|
||||
/**
|
||||
* @brief Queue a message to be sent over the CAN bus.
|
||||
*
|
||||
@@ -102,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
|
||||
} // namespace tacos
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user