Files
Momentum-Firmware/applications/main/bad_ble/bad_ble_custom_event.h
2023-01-25 19:00:41 +01:00

7 lines
165 B
C

typedef enum BadBleCustomEvent {
BadBleAppCustomEventTextEditResult,
BadBleAppCustomEventByteInputDone,
BadBleCustomEventErrorBack
} BadBleCustomEvent;