mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 13:58:32 +00:00
7 lines
174 B
C
7 lines
174 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
WifiMarauderEventRefreshConsoleOutput = 0,
|
|
WifiMarauderEventStartConsole,
|
|
WifiMarauderEventStartKeyboard,
|
|
} WifiMarauderCustomEvent;
|