Unify debugging output with debug_out.h (#13388)
This commit is contained in:
@@ -118,6 +118,8 @@ inline void serial_delay(const millis_t ms) {
|
||||
|
||||
#if ENABLED(DEBUG_LEVELING_FEATURE)
|
||||
void log_machine_info();
|
||||
#else
|
||||
#define log_machine_info() NOOP
|
||||
#endif
|
||||
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user