Skip to content

Commit

Permalink
Update examples/ScienceKitR2/PhysicsLabFirmware/config.h
Browse files Browse the repository at this point in the history
Corrected typo

Co-authored-by: per1234 <accounts@perglass.com>
  • Loading branch information
maidnl and per1234 authored Nov 4, 2024
1 parent 38b92f5 commit d9d02d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ScienceKitR2/PhysicsLabFirmware/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void sensorsInit() {

// LSM6DSOX init
if (!IMU_SK.begin()) {
Serial.println("Failed to initialize ACCELERATOMETER!");
Serial.println("Failed to initialize ACCELEROMETER!");
while (1);
}
Serial.println("IMU Initialized");
Expand Down

0 comments on commit d9d02d1

Please sign in to comment.