diff options
Diffstat (limited to 'boards')
| -rw-r--r-- | boards/lpcxpresso/board_lpcxpresso1347.h | 4 | ||||
| -rw-r--r-- | boards/microbuilder/board_rf1ghznode.h | 4 |
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
|
