Skip to content

Commit

Permalink
drivers/periph: Remove UART from dev_enums.h
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Sep 1, 2020
1 parent c4b1fcb commit 76a90f7
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions drivers/include/periph/dev_enums.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,34 +67,6 @@ enum {
I2C_UNDEFINED /**< Deprecated symbol, use I2C_UNDEF instead */
};

/**
* @brief Legacy definition of UART devices
*/
enum {
#if UART_0_EN
UART_0 = 0, /**< UART 0 */
#endif
#if UART_1_EN
UART_1, /**< UART 1 */
#endif
#if UART_2_EN
UART_2, /**< UART 2 */
#endif
#if UART_3_EN
UART_3, /**< UART 3 */
#endif
#if UART_4_EN
UART_4, /**< UART 4 */
#endif
#if UART_5_EN
UART_5, /**< UART 5 */
#endif
#if UART_6_EN
UART_6, /**< UART 6 */
#endif
UART_UNDEFINED /**< Deprecated symbol, use UART_UNDEF instead */
};

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit 76a90f7

Please sign in to comment.