Skip to content
Snippets Groups Projects
Commit 72aa1569 authored by Peter Kietzmann's avatar Peter Kietzmann Committed by GitHub
Browse files

Merge pull request #6231 from haukepetersen/rm_devenums_pwm

drivers/pwm: removed deprecated PWM_x defines
parents 7f7329ea 3f259eaa
No related branches found
No related tags found
No related merge requests found
......@@ -95,25 +95,6 @@ enum {
UART_UNDEFINED /**< Deprecated symbol, use UART_UNDEF instead */
};
/**
* @brief Legacy definitions of PWM devices
*/
enum {
#if PWM_0_EN
PWM_0, /*< 1st PWM device */
#endif
#if PWM_1_EN
PWM_1, /*< 2nd PWM device */
#endif
#if PWM_2_EN
PWM_2, /*< 3rd PWM device */
#endif
#if PWM_3_EN
PWM_3, /*< 4th PWM device */
#endif
PWM_UNDEFINED /**< Deprecated symbol, use PWM_UNDEF instead */
};
#ifdef __cplusplus
}
#endif
......
......@@ -26,8 +26,6 @@
#include "periph_cpu.h"
#include "periph_conf.h"
/* TODO: remove once all platforms are ported to this interface */
#include "periph/dev_enums.h"
#ifdef __cplusplus
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment