Skip to content

Commit

Permalink
Revert formatting for the unmodified file
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Dec 23, 2024
1 parent 5f38e18 commit 6cf9916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Core/BSP/Miniware/BSP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,14 +389,14 @@ uint8_t getTipResistanceX10() {
}
return user_selected_tip;
#else

uint8_t user_selected_tip = getUserSelectedTipResistance();
if (user_selected_tip == 0) {
return TIP_RESISTANCE; // Auto mode
}
return user_selected_tip;
#endif
}

#ifdef TIP_RESISTANCE_SENSE_Pin
bool isTipShorted() { return tipShorted; }
#else
Expand Down

0 comments on commit 6cf9916

Please sign in to comment.