From 39a9f8ea1294518df837c2f6a4586c1ca61945e2 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Thu, 17 Dec 2009 08:42:17 +0000 Subject: adapted to new prototype for *_write function --- c/src/lib/libbsp/m68k/idp/console/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/m68k/idp/console/console.c') diff --git a/c/src/lib/libbsp/m68k/idp/console/console.c b/c/src/lib/libbsp/m68k/idp/console/console.c index 264ec4a36a..2709325d5d 100644 --- a/c/src/lib/libbsp/m68k/idp/console/console.c +++ b/c/src/lib/libbsp/m68k/idp/console/console.c @@ -135,7 +135,7 @@ char inbyte( int port ) { - unsigned char tmp_char; + char tmp_char; /* If you come into this routine without checking is_character_ready() first and you want nonblocking code, then it's your own fault */ -- cgit v1.2.3