From 96a912bbc0559924dfc89bfb3e57f4e109392c9d Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 23 Oct 2015 14:31:51 +0200 Subject: Adding missing defines for CMSIS and Keil OS --- gfxconf.example.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gfxconf.example.h') diff --git a/gfxconf.example.h b/gfxconf.example.h index de4ed230..9f901fce 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -36,6 +36,7 @@ //#define GFX_USE_OS_RAWRTOS FALSE //#define GFX_USE_OS_ARDUINO FALSE //#define GFX_USE_OS_KEIL FALSE +//#define GFX_USE_OS_CMSIS FALSE //#define GFX_USE_OS_RAW32 FALSE // #define INTERRUPTS_OFF() optional_code // #define INTERRUPTS_ON() optional_code -- cgit v1.2.3