소스 검색

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

Loading…
취소
저장