You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for the switch case in LSM303.cpp from line 126 missing the line default: break;
at the end.
This is very important when working with a better configured toolchain. Otherwise it will no longer compile.
The text was updated successfully, but these errors were encountered:
Hi,
for the switch case in LSM303.cpp from line 126 missing the line
default: break;
at the end.
This is very important when working with a better configured toolchain. Otherwise it will no longer compile.
The text was updated successfully, but these errors were encountered: