diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-10-13 02:08:02 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-10-13 02:08:02 +0200 |
commit | c02d0868bcca3ab18aca64525376e2a8f46ee616 (patch) | |
tree | fd4bfeef16c09c3964f54ab31119c2ab66e8b0eb /include | |
parent | 166d78c97aa237a076b2f003dc51b535722d58c3 (diff) | |
download | uGFX-c02d0868bcca3ab18aca64525376e2a8f46ee616.tar.gz uGFX-c02d0868bcca3ab18aca64525376e2a8f46ee616.tar.bz2 uGFX-c02d0868bcca3ab18aca64525376e2a8f46ee616.zip |
console update
Diffstat (limited to 'include')
-rw-r--r-- | include/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/console.h b/include/console.h index d154d9d0..0cb62cdd 100644 --- a/include/console.h +++ b/include/console.h @@ -22,7 +22,7 @@ #define CONSOLE_H
#ifndef GDISP_NEED_CONSOLE
- #define GDISP_NEED_CONSOLE FALSE
+ #undef GDISP_NEED_CONSOLE
#endif
#if GDISP_NEED_CONSOLE
|