Oops - include board and LED drivers for the Arduino Yun.
This commit is contained in:
@@ -153,6 +153,8 @@
|
||||
#include "XMEGA/C3_XPLAINED/Board.h"
|
||||
#elif (BOARD == BOARD_U2S)
|
||||
#include "AVR8/U2S/Board.h"
|
||||
#elif (BOARD == BOARD_YUN)
|
||||
#include "AVR8/YUN/Board.h"
|
||||
#else
|
||||
#include "Board/Board.h"
|
||||
#endif
|
||||
|
||||
@@ -203,6 +203,8 @@
|
||||
#include "XMEGA/C3_XPLAINED/LEDs.h"
|
||||
#elif (BOARD == BOARD_U2S)
|
||||
#include "AVR8/U2S/LEDs.h"
|
||||
#elif (BOARD == BOARD_YUN)
|
||||
#include "AVR8/YUN/LEDs.h"
|
||||
#else
|
||||
#include "Board/LEDs.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user