Browse Source

Use DISABLED to check TEENSY pin option

pull/1/head
Scott Lahteine 8 years ago
parent
commit
93eafa1785
  1. 2
      Marlin/pins_BRAINWAVE_PRO.h
  2. 2
      Marlin/pins_TEENSY2.h

2
Marlin/pins_BRAINWAVE_PRO.h

@ -33,7 +33,7 @@
#include "fastio.h"
#ifndef AT90USBxx_TEENSYPP_ASSIGNMENTS // use Teensyduino Teensy++2.0 pin assignments instead of Marlin alphabetical.
#if DISABLED(AT90USBxx_TEENSYPP_ASSIGNMENTS) // use Teensyduino Teensy++2.0 pin assignments instead of Marlin alphabetical.
#error "Uncomment #define AT90USBxx_TEENSYPP_ASSIGNMENTS in fastio.h for this config"
#endif

2
Marlin/pins_TEENSY2.h

@ -69,7 +69,7 @@
#error "Oops! Make sure you have 'Teensy++ 2.0' selected from the 'Tools -> Boards' menu."
#endif
#ifndef AT90USBxx_TEENSYPP_ASSIGNMENTS // use Teensyduino Teensy++2.0 pin assignments instead of Marlin alphabetical.
#if DISABLED(AT90USBxx_TEENSYPP_ASSIGNMENTS) // use Teensyduino Teensy++2.0 pin assignments instead of Marlin alphabetical.
#error "Uncomment #define AT90USBxx_TEENSYPP_ASSIGNMENTS in fastio.h for this config"
// (or build from command line)
#endif

Loading…
Cancel
Save