fixed macros

This commit is contained in:
Joel Bodenmann 2014-02-09 20:21:08 +01:00
parent f0873bde35
commit 9e66363817

View File

@ -12,6 +12,8 @@
#include "gfx.h"
#include <string.h>
#if GFX_USE_OS_FREERTOS
#if INCLUDE_vTaskDelay != 1
#error "GOS: INCLUDE_vTaskDelay must be defined in FreeRTOSConfig.h"
#endif
@ -145,5 +147,4 @@ gfxThreadHandle gfxThreadCreate(void *stackarea, size_t stacksz, threadpriority_
#endif /* GFX_USE_OS_FREERTOS */
/** @} */
#endif /* USE_UGFX */