macro fix and whitespaces

ugfx_release_2.6
Joel Bodenmann 2012-10-29 23:33:41 +01:00
parent 3e846e3d5a
commit a55da05d2e
1 changed files with 3 additions and 1 deletions

View File

@ -51,9 +51,10 @@
/* Low Level Driver details and error checks. */
/*===========================================================================*/
#if !defined(GFX_USE_GDISP)
#if !GFX_USE_GDISP
#error "GWIN: GFX_USE_GDISP must also be defined"
#endif
#include "gdisp.h"
#if !GDISP_NEED_CLIP
@ -174,3 +175,4 @@ void gwinPutCharArray(GWindow *gw, const char *str, size_t n);
#endif /* _GWIN_H */
/** @} */