mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 23:10:22 +00:00
38e92cf789
* usb mode switch lock * lock_mutex removed * Wait for session termination in rpc_cli, lock badusb and u2f if rpc session is opened Co-authored-by: あく <alleteam@gmail.com>
12 lines
222 B
C
12 lines
222 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
GpioStartEventOtgOff = 0,
|
|
GpioStartEventOtgOn,
|
|
GpioStartEventManualConrol,
|
|
GpioStartEventUsbUart,
|
|
|
|
GpioCustomEventErrorBack,
|
|
|
|
GpioUsbUartEventConfig,
|
|
} GpioCustomEvent;
|