From f39444a0653ab7c33938dcf8f4867ba14e0af776 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 6 Mar 2014 15:04:11 +0700 Subject: [PATCH] IAR nonos/freertos can run with lpc17xx but cannot mount any device (failed on the first 8 byte descriptors) --- demos/bsp/boards/lpcxpresso/board_lpcxpresso1769.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/bsp/boards/lpcxpresso/board_lpcxpresso1769.h b/demos/bsp/boards/lpcxpresso/board_lpcxpresso1769.h index 8af392fd1..b9475c7f3 100644 --- a/demos/bsp/boards/lpcxpresso/board_lpcxpresso1769.h +++ b/demos/bsp/boards/lpcxpresso/board_lpcxpresso1769.h @@ -58,7 +58,7 @@ #endif #define CFG_PRINTF_TARGET PRINTF_TARGET_UART -//#define CFG_PRINTF_TARGET PRINTF_TARGET_SWO +//#define CFG_PRINTF_TARGET PRINTF_TARGET_SWO #ifdef __cplusplus