Use uprintf instead of debugprint

This commit is contained in:
2025-09-09 18:21:55 +02:00
parent 4ade9ad1a0
commit 71be9c5fb3

View File

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