From 10f51773e1b3b82ed53a30d1d17c3f794cc6250b Mon Sep 17 00:00:00 2001 From: Tectu Date: Fri, 3 Aug 2012 15:58:45 +0200 Subject: fixed gdisp.h --- halext/include/gdisp.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'halext/include') diff --git a/halext/include/gdisp.h b/halext/include/gdisp.h index eb974f29..bb62f6cc 100644 --- a/halext/include/gdisp.h +++ b/halext/include/gdisp.h @@ -18,6 +18,23 @@ along with this program. If not, see . */ +/** +* @file gdisp.h +* @brief GDISP Graphic Driver macros and structures. +* +* @addtogroup GDISP +* @{ +*/ + +#ifndef _GDISP_H +#define _GDISP_H + +#if HAL_USE_GDISP || defined(__DOXYGEN__) + +/*===========================================================================*/ +/* Driver constants. */ +/*===========================================================================*/ + /** * @brief Some basic colors */ -- cgit v1.2.3