Browse Source

Sanity check SERIAL_PORT

Addressing #7400
pull/1/head
Scott Lahteine 6 years ago
committed by GitHub
parent
commit
f64d300cfd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Marlin/src/inc/SanityCheck.h

4
Marlin/src/inc/SanityCheck.h

@ -281,6 +281,10 @@
#error "SERIAL_XON_XOFF and SERIAL_STATS_* features not supported on USB-native AVR devices."
#endif
#if SERIAL_PORT > 7
#error "Set SERIAL_PORT to the port on your board. Usually this is 0."
#endif
/**
* Dual Stepper Drivers
*/

Loading…
Cancel
Save