-
Notifications
You must be signed in to change notification settings - Fork 75
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
Wrong include file in HealthTermometerService.h:20:17 #86
Comments
ARM Internal Ref: IOTSFW-1090 |
@LiyouZhou Could you please check with @andresag01 why you are having difficulty building this example? |
It seems that the include path of BLE.h within the HealthThermometerService.h file should be replaced by "ble/BLE.h". |
could you please do this, Andres, and submit a pull request? |
Submitted pull request to 'develop' branch to solve this issue. |
changes to BLE_API required to fix this issue will be committed to master with the next release. |
/work/iot/ble-examples/BLE_Thermometer/yotta_modules/ble/ble/services/HealthThermometerService.h:20:17: fatal error: BLE.h: No such file or directory
#include "BLE.h"
^
compilation terminated.
The text was updated successfully, but these errors were encountered: