macro fix and whitespaces
This commit is contained in:
parent
3e846e3d5a
commit
a55da05d2e
1 changed files with 3 additions and 1 deletions
|
@ -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 */
|
||||
/** @} */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue