mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-06-10 16:45:59 +00:00
Added: Default includes CAN Settings
This commit is contained in:
parent
7e0d3bfd19
commit
35d0691736
@ -8,8 +8,14 @@
|
||||
#define STA_TACOS_MANAGER_PRIORITY osPriorityHigh
|
||||
#define STA_TACOS_STATEMACHINE_PRIORITY osPriorityHigh
|
||||
#define STA_TACOS_WATCHDOG_PRIORITY osPriorityHigh
|
||||
#define STA_TACOS_CAN_BUS_PRIORITY osPriorityNormal
|
||||
|
||||
// Per default, we assume state 0 to be the initial state.
|
||||
#define STA_TACOS_INITIAL_STATE 0
|
||||
|
||||
// Can Bus settings
|
||||
#define STA_RTOS_CAN_BUS_QUEUE_LENGTH 5
|
||||
#define STA_RTOS_CAN_BUS_MAX_FILTER 14
|
||||
#define STA_RTOS_CAN_BUS_MAX_PAYLOAD_SIZE 8
|
||||
|
||||
#endif // STA_TACOS_CONFIGS_DEFAULT_HPP
|
||||
|
Loading…
x
Reference in New Issue
Block a user