I hate java

here
Andreas Shimokawa 2016-11-15 23:23:21 +01:00
parent 163a7bdf15
commit d7256d172e
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class DatalogSessionHealthSteps extends DatalogSessionPebbleHealth {
record.getInt();
record.getShort();
record.get();
this.heart_rate = record.get();
this.heart_rate = record.get() & 0xff;
}
}