Browse Source

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.
Richard Wackerbarth 10 years ago
parent
commit
8359cdf01d
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/pins_BRAINWAVE_PRO.h

+ 2
- 0
Marlin/pins_BRAINWAVE_PRO.h View File

9
   #error Oops!  Make sure you have 'Brainwave Pro' selected from the 'Tools -> Boards' menu.
9
   #error Oops!  Make sure you have 'Brainwave Pro' selected from the 'Tools -> Boards' menu.
10
 #endif
10
 #endif
11
 
11
 
12
+#include "fastio.h"
13
+
12
 #ifndef AT90USBxx_TEENSYPP_ASSIGNMENTS  // use Teensyduino Teensy++2.0 pin assignments instead of Marlin alphabetical.
14
 #ifndef AT90USBxx_TEENSYPP_ASSIGNMENTS  // use Teensyduino Teensy++2.0 pin assignments instead of Marlin alphabetical.
13
   #error  Uncomment #define AT90USBxx_TEENSYPP_ASSIGNMENTS in fastio.h for this config
15
   #error  Uncomment #define AT90USBxx_TEENSYPP_ASSIGNMENTS in fastio.h for this config
14
 #endif
16
 #endif

Loading…
Cancel
Save