Skip to content

Commit 8814dd0

Browse files
committed
Adds missing declarations in periph.h for stm32f767xx
1 parent 1f034f0 commit 8814dd0

File tree

1 file changed

+2
-0
lines changed
  • ports/stm/peripherals/stm32f7/stm32f767xx

1 file changed

+2
-0
lines changed

ports/stm/peripherals/stm32f7/stm32f767xx/periph.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ const mcu_periph_obj_t mcu_uart_rx_list[25];
5252
#define TIM_PIN_ARRAY_LEN 55
5353
TIM_TypeDef * mcu_tim_banks[TIM_BANK_ARRAY_LEN];
5454

55+
const mcu_tim_pin_obj_t mcu_tim_pin_list[TIM_PIN_ARRAY_LEN];
56+
5557
#endif // MICROPY_INCLUDED_STM32_PERIPHERALS_STM32F767XX_PERIPH_H

0 commit comments

Comments
 (0)