removed PWR5

pull/1412/head
Wojciech Gorniak 2015-10-30 14:23:01 +01:00
parent 4999dd050b
commit 3f77d66229
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ typedef enum {
typedef enum {
PWM_1 = (int)TIM1_BASE,
PWM_5 = (int)TIM5_BASE,
PWM_9 = (int)TIM9_BASE,
PWM_11 = (int)TIM11_BASE
} PWMName;