diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-02-21 09:23:33 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-02-21 09:23:33 +1000 |
commit | 07a63f714373859ace005c0686a7ac6982ba30f9 (patch) | |
tree | c6cd9170fbb7aae44c6698117248b47ba7469c96 /src/ginput | |
parent | 5e0a0bfd9b6db8e65bb6052d7b65547e803de42b (diff) | |
download | uGFX-07a63f714373859ace005c0686a7ac6982ba30f9.tar.gz uGFX-07a63f714373859ace005c0686a7ac6982ba30f9.tar.bz2 uGFX-07a63f714373859ace005c0686a7ac6982ba30f9.zip |
Compile error and emulation errors for GFILE_NEED_STDIO
Diffstat (limited to 'src/ginput')
-rw-r--r-- | src/ginput/ginput_keyboard.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ginput/ginput_keyboard.c b/src/ginput/ginput_keyboard.c index cdbe52a6..614cd525 100644 --- a/src/ginput/ginput_keyboard.c +++ b/src/ginput/ginput_keyboard.c @@ -10,6 +10,9 @@ * @brief GINPUT keyboard code. */ +// We need to include stdio.h below for MICROCODE_DEBUG. Turn off GFILE_NEED_STDIO just for this file to prevent conflicts +#define GFILE_NEED_STDIO_MUST_BE_OFF + #include "gfx.h" #if GFX_USE_GINPUT && GINPUT_NEED_KEYBOARD |