mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-09-28 18:57:33 +00:00
Initializer list warning resolved
This commit is contained in:
@@ -28,8 +28,8 @@ namespace sta
|
|||||||
status_{ThreadStatus::STOPPED},
|
status_{ThreadStatus::STOPPED},
|
||||||
#endif // STA_TACOS_WATCHDOG_ENABLED
|
#endif // STA_TACOS_WATCHDOG_ENABLED
|
||||||
#ifdef STA_CAN_BUS_ENABLE
|
#ifdef STA_CAN_BUS_ENABLE
|
||||||
canID_{0},
|
|
||||||
CAN_queue_{STA_RTOS_CAN_BUS_QUEUE_LENGTH},
|
CAN_queue_{STA_RTOS_CAN_BUS_QUEUE_LENGTH},
|
||||||
|
canID_{0},
|
||||||
#endif // STA_CAN_BUS_ENABLE
|
#endif // STA_CAN_BUS_ENABLE
|
||||||
terminate_{false}
|
terminate_{false}
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user