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.
2 parents b351e9b + 8814dd0 commit 652a5deCopy full SHA for 652a5de
ports/stm/peripherals/stm32f7/stm32f767xx/periph.h
@@ -52,4 +52,6 @@ const mcu_periph_obj_t mcu_uart_rx_list[25];
52
#define TIM_PIN_ARRAY_LEN 55
53
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