moving things around

This commit is contained in:
hathach 2013-04-22 11:03:18 +07:00
parent c20071c55c
commit 0d55f7d290
3 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
#elif BOARD == BOARD_AT86RF2XX #elif BOARD == BOARD_AT86RF2XX
#include "board_at86rf2xx.h" #include "board_at86rf2xx.h"
#elif BOARD == BOARD_EA4357 #elif BOARD == BOARD_EA4357
#include "board_ea4357.h" #include "embedded_artists\board_ea4357.h"
#else #else
#error BOARD is not defined or supported yet #error BOARD is not defined or supported yet
#endif #endif

View File

@ -35,7 +35,7 @@
* This file is part of the tiny usb stack. * This file is part of the tiny usb stack.
*/ */
#include "board.h" #include "../board.h"
#if BOARD == BOARD_EA4357 #if BOARD == BOARD_EA4357