1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/msb-430h: adjusted to UART changes

This commit is contained in:
Hauke Petersen 2015-10-20 16:30:09 +02:00
parent a8502e2991
commit a4372ce514
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
# Various other features (if any)
FEATURES_PROVIDED += config

View File

@ -55,7 +55,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)