ソースを参照

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年前
コミット
8359cdf01d
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      Marlin/pins_BRAINWAVE_PRO.h

+ 2
- 0
Marlin/pins_BRAINWAVE_PRO.h ファイルの表示

@@ -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

読み込み中…
キャンセル
保存