fix build error with lpcxpresso device os none

This commit is contained in:
hathach
2014-03-12 22:22:00 +07:00
parent 97f95c61f6
commit 368d09695f
11 changed files with 134 additions and 94 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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