Adding missing GFX_USE_OS_RAWRTOS default value
This commit is contained in:
parent
cac22ffe0f
commit
fcd6318153
1 changed files with 7 additions and 0 deletions
|
@ -69,6 +69,13 @@
|
||||||
#ifndef GFX_USE_OS_ECOS
|
#ifndef GFX_USE_OS_ECOS
|
||||||
#define GFX_USE_OS_ECOS FALSE
|
#define GFX_USE_OS_ECOS FALSE
|
||||||
#endif
|
#endif
|
||||||
|
/**
|
||||||
|
* @brief Use RAWRTOS
|
||||||
|
* @details Defaults to FALSE
|
||||||
|
*/
|
||||||
|
#ifndef GFX_USE_OS_RAWRTOS
|
||||||
|
#define GFX_USE_OS_RAWRTOS FALSE
|
||||||
|
#endif
|
||||||
/**
|
/**
|
||||||
* @brief Use Arduino
|
* @brief Use Arduino
|
||||||
* @details Defaults to FALSE
|
* @details Defaults to FALSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue