0
mirror of https://github.com/gusmanb/logicanalyzer.git synced 2025-03-12 16:34:33 +00:00
gusmanb-logicanalyzer/Firmware/LogicAnalyzer_V2/Shared_Buffers.c
Agustín Gimenez 34793d9a3c Added new interface functionalities
Added first version of firmware for the Pico 2
2024-08-27 12:45:24 +02:00

11 lines
292 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