1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-22 18:19:03 +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
parent cf00130409
commit f21c50b190

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",