mirror of
https://github.com/JasonYANG170/logicanalyzer.git
synced 2024-11-23 20:16:29 +00:00
11 lines
266 B
C
11 lines
266 B
C
#include "LogicAnalyzer_Build_Settings.h"
|
|
#ifdef ENABLE_WIFI
|
|
#include "Shared_Buffers.h"
|
|
#include "LogicAnalyzer_Structs.h"
|
|
#include "Event_Machine.h"
|
|
|
|
|
|
volatile WIFI_SETTINGS wifiSettings;
|
|
EVENT_MACHINE wifiToFrontend;
|
|
EVENT_MACHINE frontendToWifi;
|
|
#endif |