aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/mcufont/mf_rlefont.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp/mcufont/mf_rlefont.h')
-rw-r--r--src/gdisp/mcufont/mf_rlefont.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp/mcufont/mf_rlefont.h b/src/gdisp/mcufont/mf_rlefont.h
index 7e717ccc..15fbc5eb 100644
--- a/src/gdisp/mcufont/mf_rlefont.h
+++ b/src/gdisp/mcufont/mf_rlefont.h
@@ -60,7 +60,7 @@ struct mf_rlefont_s
const uint8_t dict_entry_count;
/* Number of discontinuous character ranges */
- const uint8_t char_range_count;
+ const uint16_t char_range_count;
/* Array of the character ranges */
const struct mf_rlefont_char_range_s *char_ranges;