From 368d09695f5c72edb52df2fc7f2cb4e3bc9957e8 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 12 Mar 2014 22:22:00 +0700 Subject: fix build error with lpcxpresso device os none --- boards/microbuilder/board_rf1ghznode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boards/microbuilder') 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 -- cgit v1.3.1