Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boolean is deprecated, use bool #128

Open
brightproject opened this issue Aug 11, 2024 · 0 comments
Open

Boolean is deprecated, use bool #128

brightproject opened this issue Aug 11, 2024 · 0 comments

Comments

@brightproject
Copy link

I compile the code in platformio and get a simple and harmless yellow notification:

Adafruit_BNO055.cpp:242:55: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
242 | void Adafruit_BNO055::setExtCrystalUse(boolean usextal)

Changed the line

void Adafruit_BNO055::setExtCrystalUse(boolean usextal) {

На void Adafruit_BNO055::setExtCrystalUse(bool usextal) in file Adafruit_BNO055.cpp and Adafruit_BNO055.h.

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

No branches or pull requests

1 participant