From 96a912bbc0559924dfc89bfb3e57f4e109392c9d Mon Sep 17 00:00:00 2001
From: Joel Bodenmann <joel@seriouslyembedded.com>
Date: Fri, 23 Oct 2015 14:31:51 +0200
Subject: Adding missing defines for CMSIS and Keil OS

---
 src/gos/gos.h | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'src')

diff --git a/src/gos/gos.h b/src/gos/gos.h
index 048d5765..4463740d 100644
--- a/src/gos/gos.h
+++ b/src/gos/gos.h
@@ -474,6 +474,10 @@
 	#include "src/gos/gos_ecos.h"
 #elif GFX_USE_OS_ARDUINO
 	#include "src/gos/gos_arduino.h"
+#elif GFX_USE_OS_CMSIS
+ 	#include "src/gos/gos_cmsis.h"
+#elif GFX_USE_OS_KEIL
+ 	#include "src/gos/gos_keil.h"
 #else
 	#error "Your operating system is not supported yet"
 #endif
-- 
cgit v1.2.3