aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/ILI9481/board_ILI9481_firebullstm32f103.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/ILI9481/board_ILI9481_firebullstm32f103.h')
-rw-r--r--drivers/gdisp/ILI9481/board_ILI9481_firebullstm32f103.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gdisp/ILI9481/board_ILI9481_firebullstm32f103.h b/drivers/gdisp/ILI9481/board_ILI9481_firebullstm32f103.h
index 52d8afda..17bc554d 100644
--- a/drivers/gdisp/ILI9481/board_ILI9481_firebullstm32f103.h
+++ b/drivers/gdisp/ILI9481/board_ILI9481_firebullstm32f103.h
@@ -15,7 +15,7 @@
#define _GDISP_LLD_BOARD_H
// For a multiple display configuration we would put all this in a structure and then
-// set g->priv to that structure.
+// set g->board to that structure.
#define SET_CS palSetPad(GPIOD, 12);
#define CLR_CS palClearPad(GPIOD, 12);
#define SET_RS palSetPad(GPIOD, 13);