PelionIoT / pelion-ready-example

Pelion Device Ready example - deprecated
https://github.com/ARMmbed/pelion-ready-example
Apache License 2.0
2 stars 18 forks source link

FALSE is not defined. #65

Closed coisme closed 5 years ago

coisme commented 5 years ago

https://github.com/ARMmbed/pelion-ready-example/blob/9e0529a45cd2322518373cb793b0f1770c3a888d/main.cpp#L122

The value FALSE is not defined. This cause compile error when the config parameter use-button in mbed_app.json is false.

Change FALSE to false to solve this issue.