Skip to content

Commit 844a2be

Browse files
committed
Add PWM_12
1 parent e2b37fc commit 844a2be

File tree

1 file changed

+1
-0
lines changed
  • libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_ARCH_MAX

1 file changed

+1
-0
lines changed

libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_ARCH_MAX/PeripheralNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ typedef enum {
8080
PWM_9 = (int)TIM9_BASE,
8181
PWM_10 = (int)TIM10_BASE,
8282
PWM_11 = (int)TIM11_BASE,
83+
PWM_12 = (int)TIM12_BASE,
8384
PWM_13 = (int)TIM13_BASE,
8485
PWM_14 = (int)TIM14_BASE
8586
} PWMName;

0 commit comments

Comments
 (0)