no doxygen for drivers...
This commit is contained in:
parent
1e9dcc4a28
commit
9fa856cdd7
1 changed files with 1 additions and 3 deletions
|
@ -7,15 +7,13 @@
|
||||||
|
|
||||||
#include "gfx.h"
|
#include "gfx.h"
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP
|
||||||
|
|
||||||
|
|
||||||
/* Include the emulation code for things we don't support */
|
/* Include the emulation code for things we don't support */
|
||||||
#include "gdisp/lld/emulation.c"
|
#include "gdisp/lld/emulation.c"
|
||||||
#include "st7565.h"
|
#include "st7565.h"
|
||||||
#include "gdisp_lld_board.h"
|
#include "gdisp_lld_board.h"
|
||||||
|
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local definitions. */
|
/* Driver local definitions. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue