We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f034f0 commit 5dbdb3dCopy full SHA for 5dbdb3d
ports/stm/peripherals/stm32f7/stm32f767xx/periph.h
@@ -50,6 +50,8 @@ const mcu_periph_obj_t mcu_uart_rx_list[25];
50
//Timers
51
#define TIM_BANK_ARRAY_LEN 14
52
#define TIM_PIN_ARRAY_LEN 55
53
-TIM_TypeDef * mcu_tim_banks[TIM_BANK_ARRAY_LEN];
+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];
56
57
#endif // MICROPY_INCLUDED_STM32_PERIPHERALS_STM32F767XX_PERIPH_H
0 commit comments