set GWIN_NEED_CONSOLE default value to FALSE

ugfx_release_2.6
Joel Bodenmann 2012-11-11 16:02:44 +01:00
parent e8020a88c9
commit 112781baee
1 changed files with 3 additions and 3 deletions

View File

@ -47,14 +47,14 @@
*/ */
/** /**
* @brief Should console functions be included. * @brief Should console functions be included.
* @details Defaults to TRUE * @details Defaults to FALSE
*/ */
#ifndef GWIN_NEED_CONSOLE #ifndef GWIN_NEED_CONSOLE
#define GWIN_NEED_CONSOLE TRUE #define GWIN_NEED_CONSOLE FALSE
#endif #endif
/** /**
* @brief Should button functions be included. * @brief Should button functions be included.
* @details Defaults to FALSE for now as implementation is not complete * @details Defaults to FALSE
*/ */
#ifndef GWIN_NEED_BUTTON #ifndef GWIN_NEED_BUTTON
#define GWIN_NEED_BUTTON FALSE #define GWIN_NEED_BUTTON FALSE