diff options
author | Joel Bodenmann <joel@embedded.pro> | 2016-07-19 01:30:20 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@embedded.pro> | 2016-07-19 01:30:20 +0200 |
commit | e5f69dbcf4d462cb94592a45a0d5ec1eefd14468 (patch) | |
tree | eaddd90154afee8546694f527f4a21187f2a26cc /gfxconf.example.h | |
parent | 038a1f3630a480cc9b2951e0af80b7a5dba58401 (diff) | |
download | uGFX-e5f69dbcf4d462cb94592a45a0d5ec1eefd14468.tar.gz uGFX-e5f69dbcf4d462cb94592a45a0d5ec1eefd14468.tar.bz2 uGFX-e5f69dbcf4d462cb94592a45a0d5ec1eefd14468.zip |
Adding Qt GOS port
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 37094a62..79ca89b2 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -39,6 +39,7 @@ //#define GFX_USE_OS_CMSIS FALSE //#define GFX_USE_OS_RAW32 FALSE //#define GFX_USE_OS_NIOS FALSE +//#define GFX_USE_OS_QT FALSE // #define INTERRUPTS_OFF() optional_code // #define INTERRUPTS_ON() optional_code |