1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00

style(core): discovery.py

[no changelog]
This commit is contained in:
Martin Milata 2023-07-18 12:47:45 +02:00
parent f5983e7843
commit 4a6420c5dd

View File

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