Przeglądaj źródła

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 9 lat temu
rodzic
commit
8359cdf01d
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2
    0
      Marlin/pins_BRAINWAVE_PRO.h

+ 2
- 0
Marlin/pins_BRAINWAVE_PRO.h Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz