compile fix

master
Andreas Shimokawa 2016-09-26 21:43:10 +02:00
parent d4b134a490
commit 55a1248e8f
1 changed files with 4 additions and 1 deletions

View File

@ -47,5 +47,8 @@ public class HeartRateProfile<T extends AbstractBTLEDeviceSupport> extends Abstr
// } else {
// format = BluetoothGattCharacteristic.FORMAT_UINT8;
// }
// final int heartRate = characteristic.getIntValue(format, 1); }
// final int heartRate = characteristic.getIntValue(format, 1);
// }
return false;
}
}