From a55da05d2e0de3aad7cf7b1c12700a141e9e88b2 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 29 Oct 2012 23:33:41 +0100 Subject: macro fix and whitespaces --- include/gwin.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/gwin.h') diff --git a/include/gwin.h b/include/gwin.h index acb02b35..7dfa4c68 100644 --- a/include/gwin.h +++ b/include/gwin.h @@ -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 */ /** @} */ + -- cgit v1.2.3