Fix the typo for consoleClear()

Changed screan to screen
This commit is contained in:
Glazed_Belmont 2020-05-25 20:40:29 -04:00 committed by GitHub
parent aefdcf203d
commit 025db15da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ PrintConsole* consoleInit(gfxScreen_t screen, PrintConsole* console);
*/ */
void consoleDebugInit(debugDevice device); void consoleDebugInit(debugDevice device);
/// Clears the screan by using iprintf("\x1b[2J"); /// Clears the screen by using iprintf("\x1b[2J");
void consoleClear(void); void consoleClear(void);
#ifdef __cplusplus #ifdef __cplusplus