diff options
| author | Mark Olsson <mark@markolsson.se> | 2020-04-24 20:04:22 +0200 |
|---|---|---|
| committer | Mark Olsson <mark@markolsson.se> | 2020-04-25 19:50:48 +0200 |
| commit | 8814dd038e7656b9aeebe6f8a9f63462ae30a71d (patch) | |
| tree | ced27a6e7798db08aec5db1d2ae04db133af333e | |
| parent | 1f034f0f59e4263a52cd376ed53888eeaca3c0a4 (diff) | |
Adds missing declarations in periph.h for stm32f767xx
| -rw-r--r-- | ports/stm/peripherals/stm32f7/stm32f767xx/periph.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/stm/peripherals/stm32f7/stm32f767xx/periph.h b/ports/stm/peripherals/stm32f7/stm32f767xx/periph.h index f1878ee2e..98aa5782a 100644 --- a/ports/stm/peripherals/stm32f7/stm32f767xx/periph.h +++ b/ports/stm/peripherals/stm32f7/stm32f767xx/periph.h @@ -52,4 +52,6 @@ const mcu_periph_obj_t mcu_uart_rx_list[25]; #define TIM_PIN_ARRAY_LEN 55 TIM_TypeDef * mcu_tim_banks[TIM_BANK_ARRAY_LEN]; +const mcu_tim_pin_obj_t mcu_tim_pin_list[TIM_PIN_ARRAY_LEN]; + #endif // MICROPY_INCLUDED_STM32_PERIPHERALS_STM32F767XX_PERIPH_H
\ No newline at end of file |
