diff options
| author | inmarket <andrewh@inmarket.com.au> | 2014-07-07 11:19:23 +1000 |
|---|---|---|
| committer | inmarket <andrewh@inmarket.com.au> | 2014-07-07 11:19:23 +1000 |
| commit | 85fe4a96728b8f53cfa16068675e819f7cdc3162 (patch) | |
| tree | acca0993d1c2fc85fb615ad651569db533b99f50 /src/gos/sys_options.h | |
| parent | a675812b08fa9b86c841762441b4ed4060ff4aa0 (diff) | |
| parent | efe79a4a310cd9c02dae1eab014346d6092a0d44 (diff) | |
| download | uGFX-85fe4a96728b8f53cfa16068675e819f7cdc3162.tar.gz uGFX-85fe4a96728b8f53cfa16068675e819f7cdc3162.tar.bz2 uGFX-85fe4a96728b8f53cfa16068675e819f7cdc3162.zip | |
Merge branch 'eCos'
Diffstat (limited to 'src/gos/sys_options.h')
| -rw-r--r-- | src/gos/sys_options.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gos/sys_options.h b/src/gos/sys_options.h index c7376878..7937e082 100644 --- a/src/gos/sys_options.h +++ b/src/gos/sys_options.h @@ -62,6 +62,13 @@ #ifndef GFX_USE_OS_RAW32 #define GFX_USE_OS_RAW32 FALSE #endif + /** + * @brief Use a eCos + * @details Defaults to FALSE + */ + #ifndef GFX_USE_OS_ECOS + #define GFX_USE_OS_ECOS FALSE + #endif /** * @} * |
