style(core): discovery.py

[no changelog]
pull/3150/head
Martin Milata 11 months ago
parent f5983e7843
commit 4a6420c5dd

@ -37,7 +37,9 @@ def configure(
sources += ["embed/trezorhal/stm32f4/displays/ili9341_spi.c"]
sources += ["embed/trezorhal/stm32f4/dma.c"]
sources += ["embed/trezorhal/stm32f4/sdram.c"]
sources += ["vendor/micropython/lib/stm32lib/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c"]
sources += [
"vendor/micropython/lib/stm32lib/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c"
]
if "input" in features_wanted:
sources += ["embed/trezorhal/stm32f4/i2c.c"]

Loading…
Cancel
Save