diff --git a/src/motion/ICM20948Sensor.cpp b/src/motion/ICM20948Sensor.cpp index f4ac2bee49..d16968e06d 100755 --- a/src/motion/ICM20948Sensor.cpp +++ b/src/motion/ICM20948Sensor.cpp @@ -64,8 +64,6 @@ int32_t ICM20948Sensor::runOnce() #endif -#endif - // ---------------------------------------------------------------------- // ICM20948Singleton // ---------------------------------------------------------------------- @@ -183,4 +181,6 @@ bool ICM20948Singleton::setWakeOnMotion() ICM20948_IRQ = false; clearInterrupts(); return true; -} \ No newline at end of file +} + +#endif \ No newline at end of file