mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update hardware.c
Fix type on fallback voltage- @dhiltonp
This commit is contained in:
@@ -415,7 +415,7 @@ int16_t calculateMaxVoltage(uint8_t useHP) {
|
||||
if (Vx < 90)
|
||||
Vx = 90;
|
||||
else if (Vx >= 105)
|
||||
Vx = 12;
|
||||
Vx = 120;
|
||||
return Vx;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user