diff --git a/libuavcan_drivers/stm32/driver/include/uavcan_stm32/can.hpp b/libuavcan_drivers/stm32/driver/include/uavcan_stm32/can.hpp index 1f7fea80b7..b1fb5ffda1 100644 --- a/libuavcan_drivers/stm32/driver/include/uavcan_stm32/can.hpp +++ b/libuavcan_drivers/stm32/driver/include/uavcan_stm32/can.hpp @@ -288,7 +288,7 @@ public: * Normally only this class should be used by the application. * 145 usec per Extended CAN frame @ 1 Mbps, e.g. 32 RX slots * 145 usec --> 4.6 msec before RX queue overruns. */ -template +template class CanInitHelper { CanRxItem queue_storage_[UAVCAN_STM32_NUM_IFACES][RxQueueCapacity];