NUM_ARRAY => COUNT

This commit is contained in:
Scott Lahteine
2018-11-24 00:26:04 -06:00
parent 31113c5adf
commit 4a7c6f7241
33 changed files with 37 additions and 41 deletions

View File

@@ -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