diff options
Diffstat (limited to 'source/Core/BSP/MHP30/BSP.cpp')
-rw-r--r-- | source/Core/BSP/MHP30/BSP.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Core/BSP/MHP30/BSP.cpp b/source/Core/BSP/MHP30/BSP.cpp index 2c4b3381..ad3328f9 100644 --- a/source/Core/BSP/MHP30/BSP.cpp +++ b/source/Core/BSP/MHP30/BSP.cpp @@ -471,4 +471,5 @@ uint64_t getDeviceID() { uint8_t preStartChecksDone() { return 1; }
-uint8_t getTipThermalMass() { return TIP_THERMAL_MASS; }
\ No newline at end of file +uint8_t getTipThermalMass() { return TIP_THERMAL_MASS; }
+uint8_t getTipInertia() { return TIP_THERMAL_MASS; }
\ No newline at end of file |