Bugfix to remove compile error that only affects GCC ARM compiler
This commit is contained in:
parent
bc79e65ffa
commit
4c29822a75
1 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@
|
|||
/* External declarations. */
|
||||
/*===========================================================================*/
|
||||
|
||||
typedef struct GDisplay {
|
||||
struct GDisplay {
|
||||
GDISPControl g; // The public GDISP stuff - must be the first element
|
||||
|
||||
#if GDISP_TOTAL_CONTROLLERS > 1
|
||||
|
@ -224,7 +224,7 @@ typedef struct GDisplay {
|
|||
color_t linebuf[GDISP_LINEBUF_SIZE];
|
||||
#endif
|
||||
|
||||
} GDisplay;
|
||||
};
|
||||
|
||||
#if GDISP_TOTAL_CONTROLLERS == 1 || defined(GDISP_DRIVER_VMT) || defined(__DOXYGEN__)
|
||||
#if GDISP_TOTAL_CONTROLLERS > 1
|
||||
|
|
Loading…
Add table
Reference in a new issue