From a8502e2991928222744332ba096fc8db69baf22a Mon Sep 17 00:00:00 2001 From: Hauke Petersen <hauke.petersen@fu-berlin.de> Date: Tue, 20 Oct 2015 16:30:09 +0200 Subject: [PATCH] boards/msb-430: adjusted to UART changes --- boards/msb-430/Makefile.features | 1 + boards/msb-430/include/periph_conf.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/boards/msb-430/Makefile.features b/boards/msb-430/Makefile.features index 5ec2098dc2..be3115c5de 100644 --- a/boards/msb-430/Makefile.features +++ b/boards/msb-430/Makefile.features @@ -1,6 +1,7 @@ # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_timer +FEATURES_PROVIDED += periph_uart # Various other features (if any) diff --git a/boards/msb-430/include/periph_conf.h b/boards/msb-430/include/periph_conf.h index 7a1b359747..cc7c57b827 100644 --- a/boards/msb-430/include/periph_conf.h +++ b/boards/msb-430/include/periph_conf.h @@ -53,7 +53,7 @@ extern "C" { #define UART_NUMOF (1U) #define UART_0_EN (1U) -#define UART_DEV (USART_1) +#define UART_BASE (USART_1) #define UART_IE (SFR->IE2) #define UART_IF (SFR->IFG2) #define UART_IE_RX_BIT (1 << 4) -- GitLab