eive-obsw/bsp_q7s/obsw.h
Robin Mueller dcbf1502a2
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
boot sequence EIVE sys
2023-03-14 15:08:56 +01:00

16 lines
287 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 commandComSubsystemRxOnly();
void announceAllModes();
}; // namespace obsw
#endif /* BSP_Q7S_CORE_OBSW_H_ */