console fix

This commit is contained in:
Joel Bodenmann 2012-10-13 02:39:17 +02:00
parent c02d0868bc
commit 9c3b5a0145

View file

@ -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);
}