1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

fixup! refactor(core/embed): move&rename display headers

This commit is contained in:
cepetr 2024-03-15 08:14:18 +01:00
parent fed5191e18
commit d68c92a5e2

View File

@ -75,10 +75,8 @@ CPPPATH_MOD += [
]
SOURCE_MOD += [
'embed/extmod/modtrezorcrypto/rand.c',
'embed/lib/display_draw.c',
'embed/lib/display_utils.c',
'embed/lib/terminal.c',
'embed/lib/colors.c',
'embed/lib/display_draw.c',
'embed/lib/display_utils.c',
'embed/lib/fonts/font_bitmap.c',
'embed/lib/fonts/fonts.c',