Use DISABLED to check TEENSY pin option

This commit is contained in:
Scott Lahteine
2016-08-06 17:15:34 -07:00
parent 98392abb78
commit 93eafa1785
2 changed files with 2 additions and 2 deletions

View File

@ -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