Revert formatting for the unmodified file

This commit is contained in:
Ivan Zorin
2024-12-23 22:37:49 +03:00
parent 5f38e1812c
commit 6cf9916a6e

View File

@@ -389,6 +389,7 @@ uint8_t getTipResistanceX10() {
}
return user_selected_tip;
#else
uint8_t user_selected_tip = getUserSelectedTipResistance();
if (user_selected_tip == 0) {
return TIP_RESISTANCE; // Auto mode
@@ -396,7 +397,6 @@ uint8_t getTipResistanceX10() {
return user_selected_tip;
#endif
}
#ifdef TIP_RESISTANCE_SENSE_Pin
bool isTipShorted() { return tipShorted; }
#else