aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/console.c2
1 files changed, 1 insertions, 1 deletions
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);
}