drivers/periph: Remove unused timer enum from dev_enums

This commit is contained in:
MrKevinWeiss 2020-09-10 10:25:09 +02:00
parent d95452b979
commit cc1c2ab811

View File

@ -29,25 +29,6 @@
extern "C" {
#endif
/**
* @brief Legacy definition of timers
*/
enum {
#if TIMER_0_EN
TIMER_0, /**< 1st timer */
#endif
#if TIMER_1_EN
TIMER_1, /**< 2nd timer */
#endif
#if TIMER_2_EN
TIMER_2, /**< 3rd timer */
#endif
#if TIMER_3_EN
TIMER_3, /**< 4th timer */
#endif
TIMER_UNDEFINED /**< deprecated legacy undefined values */
};
/**
* @brief Legacy definitions of I2C devices
*/