publishing

Dependencies:   USBDevice

Revision:
3:abd6159877fe
Parent:
1:9532b2cc79aa
Child:
4:f7d1e5d9c73e
--- a/HSP/Hsp_BLE/HspBLE.cpp	Fri Mar 10 00:10:05 2017 +0000
+++ b/HSP/Hsp_BLE/HspBLE.cpp	Fri Mar 10 00:12:40 2017 +0000
@@ -207,9 +207,9 @@
     pollSensor(CHARACTERISTIC_HEARTRATE, data);
     bluetoothLE->notifyCharacteristic(CHARACTERISTIC_HEARTRATE, data);
     pollSensor(CHARACTERISTIC_ECG, data);
-    for(int i = 0; i < 8; i++{
+    for(int i = 0; i < 8; i++){
       uint8_t tempData[16];
-      for(int j = 0; j < 16; j++{
+      for(int j = 0; j < 16; j++){
         tempData[j] = data[(i*16)+j];
       }
       bluetoothLE->notifyCharacteristic(CHARACTERISTIC_ECG, tempData);