From 4b31f87fc8bde205ce1d331234dee768bac36af5 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 19 Oct 2015 22:22:13 +0200 Subject: Adding dedicated support for generic CMSIS RTOS and specific KEIL RTX --- src/gos/gos_options.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/gos/gos_options.h') diff --git a/src/gos/gos_options.h b/src/gos/gos_options.h index 1521a123..37007650 100644 --- a/src/gos/gos_options.h +++ b/src/gos/gos_options.h @@ -76,12 +76,19 @@ #ifndef GFX_USE_OS_ARDUINO #define GFX_USE_OS_ARDUINO FALSE #endif + /** + * @brief Use CMSIS RTOS compatible OS + * @details Defaults to FALSE + */ + #ifndef GFX_USE_OS_CMSIS + #define GFX_USE_OS_CMSIS FALSE + #endif /** * @brief Use Keil CMSIS * @details Defaults to FALSE */ #ifndef GFX_USE_OS_KEIL - #define GFX_USE_OS_KEIL FALSE + #define GFX_USE_OS_KEIL FALSE #endif /** * @} -- cgit v1.2.3