mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 15:00:46 +00:00
13 lines
175 B
C
13 lines
175 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define WIFI_MARAUDER_APP_VERSION "v0.4.0"
|
|
|
|
typedef struct WifiMarauderApp WifiMarauderApp;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|