aboutsummaryrefslogtreecommitdiffstats
path: root/halext/drivers/gdispNokia6100/gdisp_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'halext/drivers/gdispNokia6100/gdisp_lld.h')
-rw-r--r--halext/drivers/gdispNokia6100/gdisp_lld.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/halext/drivers/gdispNokia6100/gdisp_lld.h b/halext/drivers/gdispNokia6100/gdisp_lld.h
index dfdb1ad5..55241715 100644
--- a/halext/drivers/gdispNokia6100/gdisp_lld.h
+++ b/halext/drivers/gdispNokia6100/gdisp_lld.h
@@ -35,8 +35,8 @@
*/
/**
- * @file gdispNokia6100/gdisp_lld.h
- * @brief GDISP Graphic Driver subsystem low level driver header for the Nokia6100 display.
+ * @file templates/gdisp_lld.h
+ * @brief GDISP Graphic Driver subsystem low level driver header template.
*
* @addtogroup GDISP
* @{
@@ -93,7 +93,6 @@ struct GDISPDriver {
#if defined(GDISP_DRIVER_EXT_FIELDS)
GDISP_DRIVER_EXT_FIELDS
#endif
-
/* End of mandatory fields */
};
@@ -106,7 +105,7 @@ struct GDISPDriver {
/*===========================================================================*/
#if !defined(__DOXYGEN__)
- extern GDISPDriver GDISP1;
+ extern GDISPDriver GDISP;
#endif
#ifdef __cplusplus
@@ -119,7 +118,7 @@ extern "C" {
void gdisp_lld_setorientation(gdisp_orientation_t newOrientation);
/* Some of these functions will be implemented in software by the high level driver
- depending on the GDISP_HARDWARE_XXX macros defined above.
+ depending on the GDISP_HARDWARE_XXX macros defined in gdisp_lld_config.h.
*/
/* Drawing functions */