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