12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- #ifndef MCUCONF_H
- #define MCUCONF_H
- #define USE_LPC214x_UART0 TRUE
- #define USE_LPC214x_UART1 TRUE
- #define LPC214x_UART_FIFO_PRELOAD 16
- #define LPC214x_UART0_PRIORITY 1
- #define LPC214x_UART1_PRIORITY 2
- #define USE_LPC214x_SPI1 TRUE
- #endif
|