From c202bfe5569c4a8cf9ed06116c24ae5b02cd547a Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 29 Apr 2013 20:43:16 +0700 Subject: [PATCH] move ngx4330 to ngx folder in boards --- demos/bsp/boards/board.h | 4 ++-- demos/bsp/boards/{ => ngx}/board_ngx4330.c | 2 +- demos/bsp/boards/{ => ngx}/board_ngx4330.h | 0 demos/host/host_os_none/.cproject | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) rename demos/bsp/boards/{ => ngx}/board_ngx4330.c (99%) rename demos/bsp/boards/{ => ngx}/board_ngx4330.h (100%) diff --git a/demos/bsp/boards/board.h b/demos/bsp/boards/board.h index 13f2e436e..80cb653b7 100644 --- a/demos/bsp/boards/board.h +++ b/demos/bsp/boards/board.h @@ -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 diff --git a/demos/bsp/boards/board_ngx4330.c b/demos/bsp/boards/ngx/board_ngx4330.c similarity index 99% rename from demos/bsp/boards/board_ngx4330.c rename to demos/bsp/boards/ngx/board_ngx4330.c index d42159d3a..b9dffabbc 100644 --- a/demos/bsp/boards/board_ngx4330.c +++ b/demos/bsp/boards/ngx/board_ngx4330.c @@ -35,7 +35,7 @@ * This file is part of the tiny usb stack. */ -#include "board.h" +#include "../board.h" #if BOARD == BOARD_NGX4330 diff --git a/demos/bsp/boards/board_ngx4330.h b/demos/bsp/boards/ngx/board_ngx4330.h similarity index 100% rename from demos/bsp/boards/board_ngx4330.h rename to demos/bsp/boards/ngx/board_ngx4330.h diff --git a/demos/host/host_os_none/.cproject b/demos/host/host_os_none/.cproject index afcf871aa..485840d93 100644 --- a/demos/host/host_os_none/.cproject +++ b/demos/host/host_os_none/.cproject @@ -85,7 +85,7 @@ - + @@ -1196,7 +1196,7 @@ - +