diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-01-11 19:39:36 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-01-11 19:39:36 +0100 |
commit | dae721900b75d7b8e78bc35e79c4288934bba79d (patch) | |
tree | a18506c87a87c60aa73cdb634f72240948fbceff /drivers/gdisp/ILI9320 | |
parent | 7a66e63849f43aae17fb256afadc475ffc578945 (diff) | |
download | uGFX-dae721900b75d7b8e78bc35e79c4288934bba79d.tar.gz uGFX-dae721900b75d7b8e78bc35e79c4288934bba79d.tar.bz2 uGFX-dae721900b75d7b8e78bc35e79c4288934bba79d.zip |
small doxygen fixes
Diffstat (limited to 'drivers/gdisp/ILI9320')
-rw-r--r-- | drivers/gdisp/ILI9320/gdisp_lld_board_example.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gdisp/ILI9320/gdisp_lld_board_example.h b/drivers/gdisp/ILI9320/gdisp_lld_board_example.h index 48221b3a..a79e557b 100644 --- a/drivers/gdisp/ILI9320/gdisp_lld_board_example.h +++ b/drivers/gdisp/ILI9320/gdisp_lld_board_example.h @@ -19,7 +19,7 @@ */
/**
- * @file drivers/gdisp/ILI9320/gdisp_lld_board_olimex_stm32_lcd.h
+ * @file drivers/gdisp/ILI9320/gdisp_lld_board_example.h
* @brief GDISP Graphic Driver subsystem board interface for the ILI9320 display.
*
* @addtogroup GDISP
|