We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5de2e75 + eb682ab commit 94c102bCopy full SHA for 94c102b
src/sensors/MagneticSensorSPI.cpp
@@ -1,4 +1,3 @@
1
-#ifndef TARGET_RP2040
2
3
#include "MagneticSensorSPI.h"
4
@@ -160,4 +159,3 @@ void MagneticSensorSPI::close(){
160
159
}
161
162
163
-#endif
src/sensors/MagneticSensorSPI.h
@@ -1,7 +1,6 @@
#ifndef MAGNETICSENSORSPI_LIB_H
#define MAGNETICSENSORSPI_LIB_H
5
6
#include "Arduino.h"
7
#include <SPI.h>
@@ -83,4 +82,3 @@ class MagneticSensorSPI: public Sensor{
83
82
84
85
#endif
86
0 commit comments