summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/idp/console/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/idp/console/console.c')
-rw-r--r--c/src/lib/libbsp/m68k/idp/console/console.c2
1 files changed, 1 insertions, 1 deletions
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 */