mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-03 01:03:30 +03:00
8 lines
174 B
C
8 lines
174 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
WifiMarauderEventRefreshConsoleOutput = 0,
|
|
WifiMarauderEventStartConsole,
|
|
WifiMarauderEventStartKeyboard,
|
|
} WifiMarauderCustomEvent;
|