From 8359cdf01d32db59596a4d5d8fe233744eb4fd4a Mon Sep 17 00:00:00 2001 From: Richard Wackerbarth Date: Sat, 30 May 2015 08:35:08 -0500 Subject: [PATCH] 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. --- Marlin/pins_BRAINWAVE_PRO.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Marlin/pins_BRAINWAVE_PRO.h b/Marlin/pins_BRAINWAVE_PRO.h index 374487046..8d81605d8 100644 --- a/Marlin/pins_BRAINWAVE_PRO.h +++ b/Marlin/pins_BRAINWAVE_PRO.h @@ -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