1
0
forked from me/IronOS

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