From a7ca82133bcb8139bb9d11aa717657ef42ab6cfe Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 10 Sep 2018 22:31:48 +0200 Subject: fixed bug in asm_pit_rate_ --- driver/vesa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/vesa.c') diff --git a/driver/vesa.c b/driver/vesa.c index bdf1c9a..eb99173 100644 --- a/driver/vesa.c +++ b/driver/vesa.c @@ -234,7 +234,7 @@ void PutString(char *str, int x,int y, int color, va_list va) int i=x; while((*str)!=0) { - //PutFont(*str, i,y, color); + PutFont(*str, i,y, color,0x0); i+=9; // spacing str++; } -- cgit v1.2.3