summaryrefslogtreecommitdiffhomepage
path: root/source/Core/BSP/Miniware/BSP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Core/BSP/Miniware/BSP.cpp')
-rw-r--r--source/Core/BSP/Miniware/BSP.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Core/BSP/Miniware/BSP.cpp b/source/Core/BSP/Miniware/BSP.cpp
index f7e2053b..e930f682 100644
--- a/source/Core/BSP/Miniware/BSP.cpp
+++ b/source/Core/BSP/Miniware/BSP.cpp
@@ -396,7 +396,7 @@ bool isTipShorted() { return tipShorted; }
#else
bool isTipShorted() { return false; }
#endif
-uint8_t getTipThermalMass() {
+uint16_t getTipThermalMass() {
#ifdef TIP_RESISTANCE_SENSE_Pin
if (lastTipResistance >= 80) {
return TIP_THERMAL_MASS;
@@ -406,7 +406,7 @@ uint8_t getTipThermalMass() {
return TIP_THERMAL_MASS;
#endif
}
-uint8_t getTipInertia() {
+uint16_t getTipInertia() {
#ifdef TIP_RESISTANCE_SENSE_Pin
if (lastTipResistance >= 80) {
return TIP_THERMAL_MASS;