fixed file inclusion

ugfx_release_2.6
Joel Bodenmann 2014-02-02 19:31:33 +01:00
parent fca893ab83
commit b6daaabf32
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
GFXSRC += $(GFXLIB)/src/gos/chibios.c \
$(GFXLIB)/src/gos/freertos.c \
$(GFXLIB)/src/gos/win32.c \
$(GFXLIB)/src/gos/linux.c \
$(GFXLIB)/src/gos/osx.c \