diff options
Diffstat (limited to 'demos/modules/gdisp/basics')
| -rw-r--r-- | demos/modules/gdisp/basics/gfxconf.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/modules/gdisp/basics/gfxconf.h b/demos/modules/gdisp/basics/gfxconf.h index 60b8888e..a37ef1e7 100644 --- a/demos/modules/gdisp/basics/gfxconf.h +++ b/demos/modules/gdisp/basics/gfxconf.h @@ -30,11 +30,11 @@  #ifndef _GFXCONF_H
  #define _GFXCONF_H
 -/* The operating system to use. One of these must be defined - perferably in your Makefile */
 -//#define GFX_USE_OS_CHIBIOS		FALSE
 +/* The operating system to use. One of these must be defined - preferably in your Makefile */
 +//#define GFX_USE_OS_CHIBIOS	FALSE
  //#define GFX_USE_OS_WIN32		FALSE
  //#define GFX_USE_OS_LINUX		FALSE
 -//#define GFX_USE_OS_OSX			FALSE
 +//#define GFX_USE_OS_OSX		FALSE
  /* GFX sub-systems to turn on */
  #define GFX_USE_GDISP			TRUE
  | 
