diff options
Diffstat (limited to 'src/gdisp.c')
-rw-r--r-- | src/gdisp.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gdisp.c b/src/gdisp.c index 81c06599..92bb060d 100644 --- a/src/gdisp.c +++ b/src/gdisp.c @@ -29,9 +29,6 @@ #include "hal.h"
#include "gdisp.h"
-#ifndef _GDISP_C
-#define _GDISP_C
-
#if GFX_USE_GDISP || defined(__DOXYGEN__)
#ifdef GDISP_NEED_TEXT
@@ -1244,7 +1241,7 @@ void gdispDrawBox(coord_t x, coord_t y, coord_t cx, coord_t cy, color_t color) { /**
* @brief Pack a pixel into a pixel buffer.
* @note This function performs no buffer boundary checking
- * regardless of whether GDISP_NEED_CLIPPING has been specified.
+ * regardless of whether GDISP_NEED_CLIP has been specified.
*
* @param[in] buf The buffer to put the pixel in
* @param[in] cx The width of a pixel line
@@ -1268,7 +1265,5 @@ void gdispDrawBox(coord_t x, coord_t y, coord_t cx, coord_t cy, color_t color) { #endif
#endif /* GFX_USE_GDISP */
-
-#endif /* _GDISP_C */
/** @} */
|