aboutsummaryrefslogtreecommitdiffhomepage
path: root/source/Core/BSP/MHP30/BSP.cpp
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2023-06-04 12:13:26 +1000
committerBen V. Brown <[email protected]>2023-06-04 12:13:26 +1000
commite7bcf920badd672e77d4972bd378f33e3df29f30 (patch)
treeed3bce62e6575c061a1a4ded7da272ca54b11e17 /source/Core/BSP/MHP30/BSP.cpp
parent286afad91923b833fbd6df2b9ddf2a1ce6446ffe (diff)
downloadIronOS-e7bcf920badd672e77d4972bd378f33e3df29f30.tar.gz
IronOS-e7bcf920badd672e77d4972bd378f33e3df29f30.zip
Refactor PinecilV2 Tuning
Closes #1688
Diffstat (limited to 'source/Core/BSP/MHP30/BSP.cpp')
-rw-r--r--source/Core/BSP/MHP30/BSP.cpp3
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