1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-23 16:53:04 +02:00

inserted forgotten semicolon

This commit is contained in:
linuxlurak
2017-12-15 10:01:47 +01:00
committed by GitHub
parent 4b31eb4ae0
commit 516b944648

View File

@@ -295,7 +295,7 @@ public class BluetoothBeurerBF700 extends BluetoothCommunication {
maxRegisteredScaleUser = maxUsers;
nextMachineStateStep();
return
return;
}
if ((data[0] & 0xFF) == 0xf7 && (data[1] & 0xFF) == 0x34) {