diff --git a/src/OscilloscopeModule.h b/src/OscilloscopeModule.h index d64ce8f..6add10e 100644 --- a/src/OscilloscopeModule.h +++ b/src/OscilloscopeModule.h @@ -1,7 +1,7 @@ #ifndef OscilloscopeModule_h #define OscilloscopeModule_h #include "ModuleParent.h" -#include "Ade7912_Adc.h" +//#include "Ade7912_Adc.h" #include @@ -23,4 +23,4 @@ void send_channel_data(); void send_channel_data(int a,int b); }; extern OscilloscopeModule Oscilloscope; -#endif \ No newline at end of file +#endif