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