mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 19:17:34 +00:00
Fix missing CAN bus task enable guard
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
* @file
|
||||
* @brief CAN driver thread.
|
||||
*/
|
||||
#include <sta/config.hpp>
|
||||
#ifdef STA_RTOS_CAN_BUS_ENABLE
|
||||
|
||||
#include <sta/assert.hpp>
|
||||
#include <sta/debug_serial.hpp>
|
||||
#include <sta/can/subscribable.hpp>
|
||||
@@ -406,3 +409,6 @@ extern "C"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif // STA_RTOS_CAN_BUS_ENABLE
|
||||
|
Reference in New Issue
Block a user