1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-23 19:45:46 +00:00

fix(core/rust): fix quotes in bindgen macros for T2B1

This commit is contained in:
matejcik 2025-03-20 15:33:54 +01:00 committed by matejcik
parent 52f5593f28
commit acc584ce25

View File

@ -4,5 +4,5 @@
-DFLASH_BLOCK_WORDS=1,
-DDISPLAY_RESX=128,
-DDISPLAY_RESY=64,
-DTREZOR_BOARD=\"T2B1/boards/t2b1-unix.h",
-DMODEL_HEADER=\"T2B1/model_T2B1.h",
-DTREZOR_BOARD="T2B1/boards/t2b1-unix.h",
-DMODEL_HEADER="T2B1/model_T2B1.h",