diff options
| author | hathach <[email protected]> | 2014-03-06 15:04:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-06 15:04:11 +0700 |
| commit | f39444a0653ab7c33938dcf8f4867ba14e0af776 (patch) | |
| tree | 306080fab169c791738869ce852d38d6129979ed | |
| parent | 9fce2e9c180c304a87292437595f466bb011bb43 (diff) | |
IAR nonos/freertos can run with lpc17xx but cannot mount any device (failed on the first 8 byte descriptors)
| -rw-r--r-- | demos/bsp/boards/lpcxpresso/board_lpcxpresso1769.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
