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

This commit is contained in:
Scott Lahteine
2021-07-24 21:41:09 -05:00
parent 4b94fb7558
commit e1907a99e2
18 changed files with 25 additions and 25 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)