Adding missing GFX_USE_OS_RAWRTOS default value

ugfx_release_2.6
Joel Bodenmann 2015-10-29 11:20:22 +01:00
parent cac22ffe0f
commit fcd6318153
1 changed files with 7 additions and 0 deletions

View File

@ -69,6 +69,13 @@
#ifndef GFX_USE_OS_ECOS
#define GFX_USE_OS_ECOS FALSE
#endif
/**
* @brief Use RAWRTOS
* @details Defaults to FALSE
*/
#ifndef GFX_USE_OS_RAWRTOS
#define GFX_USE_OS_RAWRTOS FALSE
#endif
/**
* @brief Use Arduino
* @details Defaults to FALSE