From 0e402637492f34a4d0e1302fbe34344e19bc4813 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 27 Nov 2014 00:29:45 +0100 Subject: Progs at vmem=0x8048000 and Improved Console Ouput --- video/console.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'video/console.h') diff --git a/video/console.h b/video/console.h index 71c3c72..e9eff29 100644 --- a/video/console.h +++ b/video/console.h @@ -38,8 +38,6 @@ void scr_clear(); void scr_nextline(); void scr_backspace(); void scr_put_char(char ch,char col); -void scr_put_string(char *str); -void scr_put_string_nl(char *str); -void scr_put_hex(uint16_t val); +void scr_put_string(char *str, char col); #endif -- cgit v1.2.3