11 lines
282 B
C
11 lines
282 B
C
|
|
#include "LogicAnalyzer_Board_Settings.h"
|
||
|
|
#ifdef USE_CYGW_WIFI
|
||
|
|
#include "Shared_Buffers.h"
|
||
|
|
#include "LogicAnalyzer_Structs.h"
|
||
|
|
#include "Event_Machine.h"
|
||
|
|
|
||
|
|
|
||
|
|
volatile WIFI_SETTINGS wifiSettings;
|
||
|
|
EVENT_MACHINE wifiToFrontend;
|
||
|
|
EVENT_MACHINE frontendToWifi;
|
||
|
|
#endif
|