eive-obsw/bsp_q7s/obsw.h

11 lines
128 B
C
Raw Normal View History

2021-06-30 15:18:41 +02:00
#ifndef BSP_Q7S_CORE_OBSW_H_
#define BSP_Q7S_CORE_OBSW_H_
namespace obsw {
int obsw();
};
#endif /* BSP_Q7S_CORE_OBSW_H_ */