From 6a3965d782250b64a6a668fe82097c347a439f8e Mon Sep 17 00:00:00 2001 From: grdddj Date: Mon, 14 Nov 2022 15:51:04 +0100 Subject: [PATCH] WIP - cstyle fixes --- core/embed/extmod/modtrezorui/fonts/font_unifont_bold_16.h | 4 ++-- core/embed/extmod/modtrezorui/fonts/font_unifont_regular_16.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/embed/extmod/modtrezorui/fonts/font_unifont_bold_16.h b/core/embed/extmod/modtrezorui/fonts/font_unifont_bold_16.h index 9d425d4ab5..3dbac99a01 100644 --- a/core/embed/extmod/modtrezorui/fonts/font_unifont_bold_16.h +++ b/core/embed/extmod/modtrezorui/fonts/font_unifont_bold_16.h @@ -3,8 +3,8 @@ #if TREZOR_FONT_BPP != 1 #error Wrong TREZOR_FONT_BPP (expected 1) #endif -#define Font_Unifont_Bold_16_HEIGHT 12 // <--- 12 from 16 -#define Font_Unifont_Bold_16_MAX_HEIGHT 12 // <--- 12 from 15 +#define Font_Unifont_Bold_16_HEIGHT 12 // <--- 12 from 16 +#define Font_Unifont_Bold_16_MAX_HEIGHT 12 // <--- 12 from 15 #define Font_Unifont_Bold_16_BASELINE 2 extern const uint8_t* const Font_Unifont_Bold_16[126 + 1 - 32]; extern const uint8_t Font_Unifont_Bold_16_glyph_nonprintable[]; diff --git a/core/embed/extmod/modtrezorui/fonts/font_unifont_regular_16.h b/core/embed/extmod/modtrezorui/fonts/font_unifont_regular_16.h index b01b1cff67..2ecaa9d8fa 100644 --- a/core/embed/extmod/modtrezorui/fonts/font_unifont_regular_16.h +++ b/core/embed/extmod/modtrezorui/fonts/font_unifont_regular_16.h @@ -3,8 +3,8 @@ #if TREZOR_FONT_BPP != 1 #error Wrong TREZOR_FONT_BPP (expected 1) #endif -#define Font_Unifont_Regular_16_HEIGHT 12 // <--- 12 from 16 -#define Font_Unifont_Regular_16_MAX_HEIGHT 12 // <--- 12 from 15 +#define Font_Unifont_Regular_16_HEIGHT 12 // <--- 12 from 16 +#define Font_Unifont_Regular_16_MAX_HEIGHT 12 // <--- 12 from 15 #define Font_Unifont_Regular_16_BASELINE 2 extern const uint8_t* const Font_Unifont_Regular_16[126 + 1 - 32]; extern const uint8_t Font_Unifont_Regular_16_glyph_nonprintable[];