Check compatibility for Teensy-based processor
The instruction say to set a #define in fastio.h However, that value is not included before this test.
This commit is contained in:
parent
6b095af9b1
commit
8359cdf01d
@ -9,6 +9,8 @@
|
|||||||
#error Oops! Make sure you have 'Brainwave Pro' selected from the 'Tools -> Boards' menu.
|
#error Oops! Make sure you have 'Brainwave Pro' selected from the 'Tools -> Boards' menu.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "fastio.h"
|
||||||
|
|
||||||
#ifndef AT90USBxx_TEENSYPP_ASSIGNMENTS // use Teensyduino Teensy++2.0 pin assignments instead of Marlin alphabetical.
|
#ifndef 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
|
#error Uncomment #define AT90USBxx_TEENSYPP_ASSIGNMENTS in fastio.h for this config
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user