diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-02-02 19:31:33 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-02-02 19:31:33 +0100 |
commit | b6daaabf32bf2092689e0732ca4486f25e80317f (patch) | |
tree | a256fb32027cf9dca94e974b5d270fb907b9520c /include | |
parent | fca893ab832c7316f39dae6cc332cef74e364380 (diff) | |
download | uGFX-b6daaabf32bf2092689e0732ca4486f25e80317f.tar.gz uGFX-b6daaabf32bf2092689e0732ca4486f25e80317f.tar.bz2 uGFX-b6daaabf32bf2092689e0732ca4486f25e80317f.zip |
fixed file inclusion
Diffstat (limited to 'include')
-rw-r--r-- | include/gos/gos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gos/gos.h b/include/gos/gos.h index 37335fbb..54529016 100644 --- a/include/gos/gos.h +++ b/include/gos/gos.h @@ -429,6 +429,8 @@ */ #elif GFX_USE_OS_CHIBIOS #include "gos/chibios.h" +#elif GFX_USE_OS_FREERTOS + #include "gos/freertos.h" #elif GFX_USE_OS_WIN32 #include "gos/win32.h" #elif GFX_USE_OS_LINUX |