Skip to content

Commit

Permalink
🩹 Followup for lchar_t
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jul 2, 2022
1 parent 9c376f1 commit d956a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/fontutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static inline bool utf8_is_start_byte_of_char(const uint8_t b) {

/* This function gets the character at the pstart position, interpreting UTF8 multibyte sequences
and returns the pointer to the next character */
const uint8_t* get_utf8_value_cb(const uint8_t *pstart, read_byte_cb_t cb_read_byte, wchar_t *pval) {
const uint8_t* get_utf8_value_cb(const uint8_t *pstart, read_byte_cb_t cb_read_byte, lchar_t *pval) {
uint32_t val = 0;
const uint8_t *p = pstart;

Expand Down

0 comments on commit d956a6b

Please sign in to comment.