Remove #error in cmsis2

release/v2.9
inmarket 2017-08-17 08:49:46 +10:00
parent 718fb4e4a0
commit c18bc690b0
1 changed files with 0 additions and 2 deletions

View File

@ -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