diff options
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 44945780..f7e72890 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -14,7 +14,7 @@ #ifndef _GFXCONF_H #define _GFXCONF_H -/* The operating system to use - one of these must be defined */ +/* The operating system to use. One of these must be defined - perferably in your Makefile */ #define GFX_USE_OS_CHIBIOS FALSE #define GFX_USE_OS_WIN32 FALSE #define GFX_USE_OS_LINUX FALSE |