diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-11-27 20:39:23 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-11-27 20:39:23 +0100 |
commit | eaf0b19fb8428b9e2e47798294d6ba83a56d186e (patch) | |
tree | d5e17609f052e189347e9f503147196f354f8534 /gfxconf.example.h | |
parent | 870901880b30a7f81b2d95a815e89542746d62ab (diff) | |
download | uGFX-eaf0b19fb8428b9e2e47798294d6ba83a56d186e.tar.gz uGFX-eaf0b19fb8428b9e2e47798294d6ba83a56d186e.tar.bz2 uGFX-eaf0b19fb8428b9e2e47798294d6ba83a56d186e.zip |
Adding support for NIOS-II platform
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 36b4cda4..046b77ed 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -38,6 +38,7 @@ //#define GFX_USE_OS_KEIL FALSE //#define GFX_USE_OS_CMSIS FALSE //#define GFX_USE_OS_RAW32 FALSE +//#define GFX_USE_OS_NIOS FALSE // #define INTERRUPTS_OFF() optional_code // #define INTERRUPTS_ON() optional_code |