mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Format for toolchain 37, update changelog
This commit is contained in:
@@ -402,7 +402,8 @@ uint32_t round_int(uint32_t value, uint8_t n) {
|
||||
value /= 10;
|
||||
if(i >= 5) value++;
|
||||
}
|
||||
while(on--) value *= 10;
|
||||
while(on--)
|
||||
value *= 10;
|
||||
return value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user