boards/msb-430: Remove unused UART_x_EN macro

This commit is contained in:
MrKevinWeiss 2020-08-31 16:51:02 +02:00
parent c2e81b3ca7
commit 1acf37c6f3
2 changed files with 6 additions and 8 deletions

View File

@ -51,7 +51,6 @@ extern "C" {
* @{ * @{
*/ */
#define UART_NUMOF (1U) #define UART_NUMOF (1U)
#define UART_0_EN (1U)
#define UART_BASE (USART_1) #define UART_BASE (USART_1)
#define UART_IE (SFR->IE2) #define UART_IE (SFR->IE2)

View File

@ -53,7 +53,6 @@ extern "C" {
* @{ * @{
*/ */
#define UART_NUMOF (1U) #define UART_NUMOF (1U)
#define UART_0_EN (1U)
#define UART_BASE (USART_1) #define UART_BASE (USART_1)
#define UART_IE (SFR->IE2) #define UART_IE (SFR->IE2)