mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 09:37:34 +00:00
Minor Cleanup
This commit is contained in:
@@ -102,8 +102,6 @@ namespace sta
|
||||
|
||||
RtosQueue<CanSysMsg> canBusSysQueue_;
|
||||
|
||||
uint32_t canBusStack[256];
|
||||
|
||||
AlpakaCanBus canBus_;
|
||||
|
||||
static RtosEvent messageEvent;
|
||||
|
@@ -5,7 +5,7 @@
|
||||
#define STA_TACOS_MANAGER_PRIORITY osPriorityHigh
|
||||
#define STA_TACOS_STATEMACHINE_PRIORITY osPriorityHigh
|
||||
#define STA_TACOS_WATCHDOG_PRIORITY osPriorityHigh
|
||||
#define STA_TACOS_CAN_BUS_PRIORITY osPriorityHigh
|
||||
#define STA_TACOS_CAN_BUS_PRIORITY osPriorityHigh
|
||||
|
||||
// Per default, we assume state 0 to be the initial state.
|
||||
#define STA_TACOS_INITIAL_STATE 0
|
||||
|
Reference in New Issue
Block a user