summaryrefslogtreecommitdiffhomepage
path: root/source/Core/BSP/BSP_Power.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Core/BSP/BSP_Power.h')
-rw-r--r--source/Core/BSP/BSP_Power.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/Core/BSP/BSP_Power.h b/source/Core/BSP/BSP_Power.h
index 46c4ae2e..348dc7a7 100644
--- a/source/Core/BSP/BSP_Power.h
+++ b/source/Core/BSP/BSP_Power.h
@@ -19,9 +19,8 @@ void power_check();
// Returns the tip resistance in x10 ohms, so 7.5 = 75; 14=140 etc
uint8_t getTipResistanceX10();
-uint8_t getTipThermalMass();
-uint8_t getTipInertia();
-
+uint16_t getTipThermalMass();
+uint16_t getTipInertia();
#ifdef __cplusplus
}