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
Some Arduino cores have marked the boolean typedef as deprecated (see this issue). This results in a warning on compilation in STM32duino due to the following line:
Some Arduino cores have marked the boolean typedef as deprecated (see this issue). This results in a warning on compilation in STM32duino due to the following line:
SparkFun_ICM-20948_ArduinoLibrary/src/ICM_20948.h
Line 24 in ffca57b
Do we have to use the boolean alias? Can we change this to bool instead?
I can submit a PR if this change is desired.
The text was updated successfully, but these errors were encountered: