1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-25 03:16:51 +01:00

compile fix

This commit is contained in:
Andreas Shimokawa 2016-09-26 21:43:10 +02:00
parent d4b134a490
commit 55a1248e8f

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;
}
}