From c18bc690b08cc64bed234272a6ce5ebe0233d033 Mon Sep 17 00:00:00 2001 From: inmarket Date: Thu, 17 Aug 2017 08:49:46 +1000 Subject: [PATCH] Remove #error in cmsis2 --- src/gos/gos_cmsis2.c | 2 -- 1 file changed, 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