logicanalyzer/Firmware/LogicAnalyzer/Shared_Buffers.c

11 lines
292 B
C
Raw Permalink Normal View History

#include "LogicAnalyzer_Board_Settings.h"
#ifdef USE_CYGW_WIFI
#include "Shared_Buffers.h"
#include "LogicAnalyzer_Structs.h"
#include "Event_Machine.h"
2023-01-31 22:12:43 +00:00
volatile WIFI_SETTINGS wifiSettings;
EVENT_MACHINE wifiToFrontend;
EVENT_MACHINE frontendToWifi;
2023-01-31 22:12:43 +00:00
#endif