summaryrefslogtreecommitdiffhomepage
path: root/source/Core/BSP/MHP30/BSP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Core/BSP/MHP30/BSP.cpp')
-rw-r--r--source/Core/BSP/MHP30/BSP.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Core/BSP/MHP30/BSP.cpp b/source/Core/BSP/MHP30/BSP.cpp
index 7d42019f..70149f4f 100644
--- a/source/Core/BSP/MHP30/BSP.cpp
+++ b/source/Core/BSP/MHP30/BSP.cpp
@@ -472,7 +472,7 @@ uint64_t getDeviceID() {
uint8_t preStartChecksDone() { return 1; }
-uint8_t getTipThermalMass() { return TIP_THERMAL_MASS; }
-uint8_t getTipInertia() { return TIP_THERMAL_MASS; }
+uint16_t getTipThermalMass() { return TIP_THERMAL_MASS; }
+uint16_t getTipInertia() { return TIP_THERMAL_MASS; }
void showBootLogo(void) { BootLogo::handleShowingLogo((uint8_t *)FLASH_LOGOADDR); }