lib/term: Update flanterm_fb_init() call

This commit is contained in:
iretq 2025-12-08 09:37:27 +01:00 committed by Mintsuki
parent aaa500ba70
commit 990f2f7960
No known key found for this signature in database
GPG Key ID: 1F3C021BECA23821

View File

@ -295,7 +295,8 @@ void term_fallback(void) {
NULL, NULL,
NULL, 0, 0, 1,
0, 0,
0
0,
FLANTERM_FB_ROTATE_0
);
}