Skip to content

Commit

Permalink
Update ICM20948Sensor.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dhskinner authored and fifieldt committed Sep 24, 2024
1 parent c97794c commit 1572636
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/motion/ICM20948Sensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ int32_t ICM20948Sensor::runOnce()

#endif

#endif

// ----------------------------------------------------------------------
// ICM20948Singleton
// ----------------------------------------------------------------------
Expand Down Expand Up @@ -183,4 +181,6 @@ bool ICM20948Singleton::setWakeOnMotion()
ICM20948_IRQ = false;
clearInterrupts();
return true;
}
}

#endif

0 comments on commit 1572636

Please sign in to comment.