aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gos/gos_cmsis2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gos/gos_cmsis2.c b/src/gos/gos_cmsis2.c
index 47b6230e..abbea6b2 100644
--- a/src/gos/gos_cmsis2.c
+++ b/src/gos/gos_cmsis2.c
@@ -10,8 +10,6 @@
#if GFX_USE_OS_CMSIS2
-#error "GOS: CMSIS2 - This port is not yet complete"
-
#if !GFX_OS_NO_INIT && !GFX_OS_CALL_UGFXMAIN
#error "GOS: Either GFX_OS_NO_INIT or GFX_OS_CALL_UGFXMAIN must be defined for CMSIS V2"
#endif