Added USB Missle Launcher project, submitted by Dave Fletcher.
This commit is contained in:
parent
b5ca3990c2
commit
39d07c3da0
12 changed files with 1456 additions and 5 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
#if !defined(BOARD)
|
||||
#error BOARD must be set in makefile to a value specified in BoardTypes.h.
|
||||
#elif (BOARD != BOARD_USBKEY) && (BOARD != BOARD_STK525) && (BOARD != BOARD_STK526)
|
||||
#elif (BOARD != BOARD_USBKEY) && (BOARD != BOARD_STK525) && (BOARD != BOARD_STK526) && (BOARD != BOARD_USER)
|
||||
#error The selected board does not contain a temperature sensor.
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue