Use uprintf instead of debugprint
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
#include <ansiq/all.h>
|
||||
|
||||
void main(void) {
|
||||
debugprint(ANSIQ_SCR_CLR_ALL);
|
||||
debugprint(ANSIQ_CUR_SET(0, 0));
|
||||
uprintf(ANSIQ_CUR_SET(0, 0));
|
||||
uprintf(ANSIQ_SCR_CLR_ALL);
|
||||
|
||||
int32_t ioh = ioctl(IOCTL_NOHANDLE,
|
||||
IOCTL_OPENF,
|
||||
|
Reference in New Issue
Block a user