aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/sys_defs.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-09-29 16:21:31 +1000
committerinmarket <andrewh@inmarket.com.au>2014-09-29 16:21:31 +1000
commit65315ac16263ab81f90ca2de20d09b6eda4cf29a (patch)
tree997d7a2472213cc3422d75c08d470a0e4d6f84c9 /src/gos/sys_defs.h
parent445fadaa4a1319733ca64ed3c720809b2de75815 (diff)
parent32a4969b7d4d92b1d40e60fae676d798bacb780f (diff)
downloaduGFX-65315ac16263ab81f90ca2de20d09b6eda4cf29a.tar.gz
uGFX-65315ac16263ab81f90ca2de20d09b6eda4cf29a.tar.bz2
uGFX-65315ac16263ab81f90ca2de20d09b6eda4cf29a.zip
Merge remote-tracking branch 'origin/newmouse' into newmouse
Diffstat (limited to 'src/gos/sys_defs.h')
-rw-r--r--src/gos/sys_defs.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/gos/sys_defs.h b/src/gos/sys_defs.h
index d116826f..e4b3ddd2 100644
--- a/src/gos/sys_defs.h
+++ b/src/gos/sys_defs.h
@@ -440,21 +440,21 @@
* (without any of the documentation overheads) is in the files below.
*/
#elif GFX_USE_OS_RAWRTOS
- #include "src/gos/gfx_rawrtos.h"
+ #include "src/gos/gos_rawrtos.h"
#elif GFX_USE_OS_CHIBIOS
- #include "src/gos/gfx_chibios.h"
+ #include "src/gos/gos_chibios.h"
#elif GFX_USE_OS_FREERTOS
- #include "src/gos/gfx_freertos.h"
+ #include "src/gos/gos_freertos.h"
#elif GFX_USE_OS_WIN32
- #include "src/gos/gfx_win32.h"
+ #include "src/gos/gos_win32.h"
#elif GFX_USE_OS_LINUX
- #include "src/gos/gfx_linux.h"
+ #include "src/gos/gos_linux.h"
#elif GFX_USE_OS_OSX
- #include "src/gos/gfx_osx.h"
+ #include "src/gos/gos_osx.h"
#elif GFX_USE_OS_RAW32
- #include "src/gos/gfx_raw32.h"
+ #include "src/gos/gos_raw32.h"
#elif GFX_USE_OS_ECOS
- #include "src/gos/gfx_ecos.h"
+ #include "src/gos/gos_ecos.h"
#else
#error "Your operating system is not supported yet"
#endif