mirror of https://github.com/ARMmbed/mbed-os.git
removed PWR5
parent
668ee0922b
commit
0b6e85ec95
|
@ -65,7 +65,6 @@ typedef enum {
|
||||||
typedef enum {
|
typedef enum {
|
||||||
PWM_1 = (int)TIM1_BASE,
|
PWM_1 = (int)TIM1_BASE,
|
||||||
PWM_5 = (int)TIM5_BASE,
|
PWM_5 = (int)TIM5_BASE,
|
||||||
PWM_9 = (int)TIM9_BASE,
|
|
||||||
PWM_11 = (int)TIM11_BASE
|
PWM_11 = (int)TIM11_BASE
|
||||||
} PWMName;
|
} PWMName;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue