mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
14 lines
175 B
C
14 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
|