1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-06 10:16:07 +00:00

fix(core): fix t3w1 revA prodtest build

[no changelog]
This commit is contained in:
cepetr 2025-03-03 20:01:33 +01:00 committed by cepetr
parent db69b4b9d3
commit c0134518da

View File

@ -84,6 +84,7 @@ def configure(
features_available.append("ble")
defines += [("USE_BLE", "1")]
sources += ["embed/io/nrf/stm32u5/nrf.c"]
sources += ["embed/io/nrf/stm32u5/nrf_test.c"]
sources += ["embed/io/nrf/crc8.c"]
paths += ["embed/io/nrf/inc"]
sources += [
@ -118,7 +119,6 @@ def configure(
paths += ["embed/io/nfc/rfal/source"]
paths += ["embed/io/nfc/rfal/source/st25r3916"]
paths += ["embed/io/nfc/rfal/include/"]
features_available.append("nfc")
defines += [("USE_NFC", "1")]
if "optiga" in features_wanted: