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