eive-obsw/bsp_q7s/obsw.h
Robin Mueller 3b61697615
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
refactored FIFO handling
2023-03-06 00:55:12 +01:00

15 lines
253 B
C++

#ifndef BSP_Q7S_CORE_OBSW_H_
#define BSP_Q7S_CORE_OBSW_H_
namespace obsw {
int obsw(int argc, char* argv[]);
void bootDelayHandling();
void commandEiveSystemToSafe();
void announceAllModes();
}; // namespace obsw
#endif /* BSP_Q7S_CORE_OBSW_H_ */