Merge pull request #2809 from k0d/stm32f767xx_fix

Adds missing declarations in periph.h for stm32f767xx
This commit is contained in:
hierophect 2020-04-25 14:16:34 -04:00 committed by GitHub
commit 652a5de242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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