move ngx4330 to ngx folder in boards

This commit is contained in:
hathach
2013-04-29 20:43:16 +07:00
parent c2b453c8a0
commit c202bfe556
4 changed files with 5 additions and 5 deletions

View File

@@ -73,13 +73,13 @@
#if BOARD == 0
#error BOARD is not defined or supported yet
#elif BOARD == BOARD_NGX4330
#include "board_ngx4330.h"
#include "ngx/board_ngx4330.h"
#elif BOARD == BOARD_LPCXPRESSO1347
#include "board_lpcxpresso1347.h"
#elif BOARD == BOARD_AT86RF2XX
#include "board_at86rf2xx.h"
#elif BOARD == BOARD_EA4357
#include "embedded_artists\board_ea4357.h"
#include "embedded_artists/board_ea4357.h"
#else
#error BOARD is not defined or supported yet
#endif