🎨 Fix some formatting, F() versus PSTR()

This commit is contained in:
Scott Lahteine
2021-07-24 21:41:09 -05:00
parent 0c401bddad
commit 30665737dc
15 changed files with 22 additions and 22 deletions

View File

@ -268,7 +268,7 @@ void GcodeSuite::G28() {
#endif
#if HAS_HOMING_CURRENT
auto debug_current = [](PGM_P const s, const int16_t a, const int16_t b){
auto debug_current = [](PGM_P const s, const int16_t a, const int16_t b) {
DEBUG_ECHOPGM_P(s); DEBUG_ECHOLNPAIR(" current: ", a, " -> ", b);
};
#if HAS_CURRENT_HOME(X)