Skip to content

Commit f858e75

Browse files
committed
break when tilt IC is detected
1 parent 5338899 commit f858e75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firmware/RTK_Everywhere/Tilt.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,7 @@ void tiltDetect()
10531053

10541054
present.imu_im19 = true; // Allow tiltUpdate() to run
10551055
settings.detectedTilt = true;
1056+
break;
10561057
}
10571058
}
10581059

0 commit comments

Comments
 (0)