summaryrefslogtreecommitdiff
path: root/boards
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-12 22:22:00 +0700
committerhathach <[email protected]>2014-03-12 22:22:00 +0700
commit368d09695f5c72edb52df2fc7f2cb4e3bc9957e8 (patch)
tree4d891a9bd557bcf7da34342a6605c541f28ab1e0 /boards
parent97f95c61f6f0c3a8e0a6f32889605be1a1e09cdd (diff)
fix build error with lpcxpresso device os none
Diffstat (limited to 'boards')
-rw-r--r--boards/lpcxpresso/board_lpcxpresso1347.h4
-rw-r--r--boards/microbuilder/board_rf1ghznode.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/boards/lpcxpresso/board_lpcxpresso1347.h b/boards/lpcxpresso/board_lpcxpresso1347.h
index 8e59bc970..fb62d5b0b 100644
--- a/boards/lpcxpresso/board_lpcxpresso1347.h
+++ b/boards/lpcxpresso/board_lpcxpresso1347.h
@@ -51,8 +51,8 @@
#endif
#include "LPC13Uxx.h"
-#include "lpc13uxx/LPC13Uxx_DriverLib/inc/gpio.h"
-#include "lpc13uxx/LPC13Uxx_DriverLib/inc/uart.h"
+#include "gpio.h"
+#include "uart.h"
#define CFG_PRINTF_TARGET PRINTF_TARGET_UART
diff --git a/boards/microbuilder/board_rf1ghznode.h b/boards/microbuilder/board_rf1ghznode.h
index f73c49101..9ad9778cd 100644
--- a/boards/microbuilder/board_rf1ghznode.h
+++ b/boards/microbuilder/board_rf1ghznode.h
@@ -51,8 +51,8 @@
#endif
#include "LPC11Uxx.h"
-#include "lpc11uxx/LPC11Uxx_DriverLib/lpc11uxx_gpio.h"
-#include "lpc11uxx/LPC11Uxx_DriverLib/lpc11uxx_uart.h"
+#include "lpc11uxx_gpio.h"
+#include "lpc11uxx_uart.h"
//#define CFG_PRINTF_TARGET PRINTF_TARGET_SEMIHOST
#define CFG_PRINTF_TARGET PRINTF_TARGET_UART