diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-10-13 02:39:17 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-10-13 02:39:17 +0200 |
commit | 9c3b5a0145c73469b65065b414de18a9f32ab616 (patch) | |
tree | 3b95c73480cfc0fc0044b1fb441827a82607e97c | |
parent | c02d0868bcca3ab18aca64525376e2a8f46ee616 (diff) | |
download | uGFX-9c3b5a0145c73469b65065b414de18a9f32ab616.tar.gz uGFX-9c3b5a0145c73469b65065b414de18a9f32ab616.tar.bz2 uGFX-9c3b5a0145c73469b65065b414de18a9f32ab616.zip |
console fix
-rw-r--r-- | src/console.c | 2 |
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);
}
|