mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
11 lines
191 B
C
11 lines
191 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
typedef enum {
|
||
|
|
GpioStartEventOtgOff = 0,
|
||
|
|
GpioStartEventOtgOn,
|
||
|
|
GpioStartEventManualConrol,
|
||
|
|
GpioStartEventUsbUart,
|
||
|
|
|
||
|
|
GpioUsbUartEventConfig,
|
||
|
|
} GpioCustomEvent;
|