boards/pca10000: adapted to UART changes

This commit is contained in:
Hauke Petersen 2015-10-20 13:09:34 +02:00
parent ab2fb1f095
commit 86072b1f6d
2 changed files with 1 additions and 4 deletions

View File

@ -48,7 +48,7 @@ extern "C" {
* @name Define the boards stdio * @name Define the boards stdio
* @{ * @{
*/ */
#define STDIO UART_0 #define STDIO UART_DEV(0)
#define STDIO_BAUDRATE (115200U) #define STDIO_BAUDRATE (115200U)
#define STDIO_RX_BUFSIZE (64U) #define STDIO_RX_BUFSIZE (64U)
/** @} */ /** @} */

View File

@ -93,9 +93,6 @@ extern "C" {
* @{ * @{
*/ */
#define UART_NUMOF (1U) #define UART_NUMOF (1U)
#define UART_0_EN 1
#define UART_IRQ_PRIO 1
/* UART pin configuration */ /* UART pin configuration */
#define UART_HWFLOWCTRL 1 #define UART_HWFLOWCTRL 1
#define UART_PIN_RX 11 #define UART_PIN_RX 11