Initializer list warning resolved

This commit is contained in:
CarlWachter 2024-03-11 14:58:29 +01:00
parent 39024e4a8c
commit 8637be5bc9

View File

@ -28,8 +28,8 @@ namespace sta
status_{ThreadStatus::STOPPED},
#endif // STA_TACOS_WATCHDOG_ENABLED
#ifdef STA_CAN_BUS_ENABLE
canID_{0},
CAN_queue_{STA_RTOS_CAN_BUS_QUEUE_LENGTH},
canID_{0},
#endif // STA_CAN_BUS_ENABLE
terminate_{false}
{