Fix BAUD_RATE_GCODE, etc. (#17135)

This commit is contained in:
Jason Smith
2020-03-12 17:26:09 -07:00
committed by GitHub
parent 4e96a014a8
commit 9c759e5f74
5 changed files with 8 additions and 8 deletions

View File

@ -100,10 +100,6 @@
#define HAS_LEDS_OFF_FLAG 1
#endif
#if !NUM_SERIAL
#undef BAUD_RATE_GCODE
#endif
// Multiple Z steppers
#ifndef NUM_Z_STEPPER_DRIVERS
#define NUM_Z_STEPPER_DRIVERS 1

View File

@ -2200,3 +2200,7 @@
#define INIT_SDCARD_ON_BOOT
#endif
#endif
#if !NUM_SERIAL
#undef BAUD_RATE_GCODE
#endif