ARMmbed / mbed-os-example-ble

BLE demos using mbed OS and mbed cli
Apache License 2.0
134 stars 118 forks source link

fixed a bug in BLE_GattClient #275

Closed jamesbeyond closed 4 years ago

jamesbeyond commented 4 years ago

This caused an error while adding the test for this example:

./source/main.cpp:489:22: error: comparison between pointer and integer
donatieng commented 4 years ago

Thanks @jamesbeyond !