diff options
| author | Miguel <m.i@gmx.at> | 2018-09-10 22:31:48 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-10 22:31:48 +0200 |
| commit | a7ca82133bcb8139bb9d11aa717657ef42ab6cfe (patch) | |
| tree | befef8186e0adb819ae77b9fc89c9a37b900859f /driver/vesa.c | |
| parent | fe83c82693ae231368d1e8c196fb975c3df1dd30 (diff) | |
fixed bug in asm_pit_rate_
Diffstat (limited to 'driver/vesa.c')
| -rw-r--r-- | driver/vesa.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++; } |
