Skip to content

Conversation

@NoahGruenert
Copy link

Cant compile a break outside of a loop:
if (IMU.gyroscopeAvailable() {
used to be a while loop, but if we switch to an if statement
as per:
commit 40b247d
https://github.com/tinyMLx/arduino-library/blame/main/examples/magic_wand/imu_provider.h

then we must remove the break.
All this commit does is remove the break.

… { used to be a while loop, but if we switch to an if, we must remove the break
@seanmabli seanmabli self-requested a review December 8, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants