diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-10-12 20:52:42 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-10-12 20:52:42 +1000 |
commit | 92b000291826ca78c30f205c104ac330484b82c9 (patch) | |
tree | 35afef7fd58342c22e6de006f3ff23d5ec0b5d76 /src/gos/gos.h | |
parent | ddf79cd411e2cbdb58c485851b16be496109ab3b (diff) | |
download | uGFX-92b000291826ca78c30f205c104ac330484b82c9.tar.gz uGFX-92b000291826ca78c30f205c104ac330484b82c9.tar.bz2 uGFX-92b000291826ca78c30f205c104ac330484b82c9.zip |
First attempt at Keil CMSIS support
Diffstat (limited to 'src/gos/gos.h')
-rw-r--r-- | src/gos/gos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gos/gos.h b/src/gos/gos.h index 82ad9d1c..9d32867a 100644 --- a/src/gos/gos.h +++ b/src/gos/gos.h @@ -464,6 +464,8 @@ #include "src/gos/gos_ecos.h" #elif GFX_USE_OS_ARDUINO #include "src/gos/gos_arduino.h" +#elif GFX_USE_OS_KEIL + #include "src/gos/gos_keil.h" #else #error "Your operating system is not supported yet" #endif |