eive-obsw/bsp_q7s/callbacks/pcduSwitchCb.h

15 lines
290 B
C
Raw Normal View History

2022-01-19 18:05:17 +01:00
#ifndef BSP_Q7S_CALLBACKS_PCDUSWITCHCB_H_
#define BSP_Q7S_CALLBACKS_PCDUSWITCHCB_H_
2023-03-26 16:13:54 +02:00
#include <mission/power/gsDefs.h>
2022-01-19 18:05:17 +01:00
2023-03-26 16:13:54 +02:00
#include <cstdint>
2022-01-19 18:05:17 +01:00
namespace pcdu {
void switchCallback(GOMSPACE::Pdu pdu, uint8_t channel, bool state, void* args);
}
#endif /* BSP_Q7S_CALLBACKS_PCDUSWITCHCB_H_ */