mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-02 08:41:54 +00:00
Added default config
This commit is contained in:
parent
fe81ef6073
commit
90843468a8
12
include/sta/tacos/configs/default.hpp
Normal file
12
include/sta/tacos/configs/default.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef STA_TACOS_CONFIGS_DEFAULT_HPP
|
||||
#define STA_TACOS_CONFIGS_DEFAULT_HPP
|
||||
|
||||
// Generally, we assume the TACOS threads to have the highest priorties.
|
||||
#define STA_TACOS_MANAGER_PRIORITY osPriorityHigh
|
||||
#define STA_TACOS_STATEMACHINE_PRIORITY osPriorityHigh
|
||||
#define STA_TACOS_WATCHDOG_PRIORITY osPriorityHigh
|
||||
|
||||
// Per default, we assume state 0 to be the initial state.
|
||||
#define STA_TACOS_INITIAL_STATE 0
|
||||
|
||||
#endif // STA_TACOS_CONFIGS_DEFAULT_HPP
|
Loading…
x
Reference in New Issue
Block a user