Skip to content
Snippets Groups Projects
Commit 8359cdf0 authored by Richard Wackerbarth's avatar Richard Wackerbarth
Browse files

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.
parent 6b095af9
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@
#error Oops! Make sure you have 'Brainwave Pro' selected from the 'Tools -> Boards' menu.
#endif
#include "fastio.h"
#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
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment