Skip to content

Commit 5c55c54

Browse files
committed
[HAL][ARCH_MAX] add pin names - D14 and D15
1 parent dde65d8 commit 5c55c54

File tree

1 file changed

+3
-1
lines changed
  • libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F407VG/TARGET_ARCH_MAX

1 file changed

+3
-1
lines changed

libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F407VG/TARGET_ARCH_MAX/PinNames.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,15 @@ typedef enum {
243243
D11 = PB_5,
244244
D12 = PB_4,
245245
D13 = PB_3,
246+
D14 = PB_9,
247+
D15 = PB_8,
246248

247249
// Generic signals namings
248250
LED1 = PB_3,
249251
LED2 = PD_8,
250252
LED3 = PD_9,
251253
LED4 = PD_10,
252-
USBTX = PC_6, /* USART2 */
254+
USBTX = PC_6, /* USART6 */
253255
USBRX = PC_7,
254256
I2C_SCL = PB_8, /* I2C1 */
255257
I2C_SDA = PB_9,

0 commit comments

Comments
 (0)