eive-obsw/bsp_q7s/obsw.h
Robin Mueller c1248dd4e1
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
building new EM config
2022-04-29 15:47:54 +02:00

11 lines
128 B
C++

#ifndef BSP_Q7S_CORE_OBSW_H_
#define BSP_Q7S_CORE_OBSW_H_
namespace obsw {
int obsw();
};
#endif /* BSP_Q7S_CORE_OBSW_H_ */