NUM_ARRAY => COUNT
This commit is contained in:
parent
31113c5adf
commit
4a7c6f7241
33 changed files with 37 additions and 41 deletions
|
|
@ -215,7 +215,7 @@ void MarlinUI::init_lcd() {
|
|||
u8g.setRot270(); // Rotate screen by 270°
|
||||
#endif
|
||||
|
||||
uxg_SetUtf8Fonts(g_fontinfo, NUM_ARRAY(g_fontinfo));
|
||||
uxg_SetUtf8Fonts(g_fontinfo, COUNT(g_fontinfo));
|
||||
}
|
||||
|
||||
// The kill screen is displayed for unrecoverable conditions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue