mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Implement getUserSelectedTipResistance() as stub
This commit is contained in:
@@ -374,4 +374,6 @@ uint8_t getUserSelectedTipResistance() {
|
||||
break;
|
||||
}
|
||||
}
|
||||
#else
|
||||
uint8_t getUserSelectedTipResistance() { return tipType_t::TIP_TYPE_AUTO; }
|
||||
#endif /* TIP_TYPE_SUPPORT */
|
||||
|
||||
Reference in New Issue
Block a user