Skip to content

Commit 5dbdb3d

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

File tree

1 file changed

+3
-1
lines changed
  • ports/stm/peripherals/stm32f7/stm32f767xx

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ const mcu_periph_obj_t mcu_uart_rx_list[25];
5050
//Timers
5151
#define TIM_BANK_ARRAY_LEN 14
5252
#define TIM_PIN_ARRAY_LEN 55
53-
TIM_TypeDef * mcu_tim_banks[TIM_BANK_ARRAY_LEN];
53+
extern TIM_TypeDef * mcu_tim_banks[TIM_BANK_ARRAY_LEN];
54+
55+
const mcu_tim_pin_obj_t mcu_tim_pin_list[TIM_PIN_ARRAY_LEN];
5456

5557
#endif // MICROPY_INCLUDED_STM32_PERIPHERALS_STM32F767XX_PERIPH_H

0 commit comments

Comments
 (0)