console fix

ugfx_release_2.6
Joel Bodenmann 2012-10-13 02:39:17 +02:00
parent c02d0868bc
commit 9c3b5a0145
1 changed files with 1 additions and 1 deletions

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