Add D13 definition
Dependents: Program3_BLEHeartRate Program3_BLEHeartRate
Fork of X_NUCLEO_IDB0XA1 by
Diff: source/BlueNRGGattClient.cpp
- Revision:
- 152:4afc5c2fc4f3
- Parent:
- 145:024a552e4715
- Child:
- 177:65d9b1b75fca
- Child:
- 229:9981f62cdb1a
diff -r 1758eaa54309 -r 4afc5c2fc4f3 source/BlueNRGGattClient.cpp --- a/source/BlueNRGGattClient.cpp Tue Oct 27 10:22:40 2015 +0100 +++ b/source/BlueNRGGattClient.cpp Tue Oct 27 15:42:02 2015 +0100 @@ -544,9 +544,9 @@ // Save the attribute_handle not provided by evt_att_read_resp gattc->readCBParams.handle = attributeHandle; - // We need to wait for a while before starting a read due to - // BlueNRG process queue handling - Clock_Wait(100); //(?) + // FIXME: We need to wait for a while before starting a read + // due to BlueNRG process queue handling + Clock_Wait(100); ret = aci_gatt_read_charac_val(connHandle, attributeHandle);