From 9c3b5a0145c73469b65065b414de18a9f32ab616 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 13 Oct 2012 02:39:17 +0200 Subject: [PATCH] console fix --- src/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console.c b/src/console.c index e4d2e6ab..6b76d96e 100644 --- a/src/console.c +++ b/src/console.c @@ -90,7 +90,7 @@ static size_t readt(void *ip, uint8_t *bp, size_t n, systime_t time) { return 0; } -static ioflags_t getflags(void *ip) { +static uint32_t getflags(void *ip) { _ch_get_and_clear_flags_impl(ip); }