diff options
Diffstat (limited to 'drivers/gdisp/Nokia6610GE8')
-rw-r--r-- | drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_olimexsam7ex256.h | 2 | ||||
-rw-r--r-- | drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_template.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_olimexsam7ex256.h b/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_olimexsam7ex256.h index 6cbcc5ab..12dbc9a5 100644 --- a/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_olimexsam7ex256.h +++ b/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_olimexsam7ex256.h @@ -28,7 +28,7 @@ //#define GDISP_INITIAL_BACKLIGHT 100 // The initial backlight percentage // 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. // ****************************************************** // Pointers to AT91SAM7X256 peripheral data structures diff --git a/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_template.h b/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_template.h index 93689abc..28fc9f70 100644 --- a/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_template.h +++ b/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_template.h @@ -33,7 +33,7 @@ * * @param[in] g The GDisplay structure * - * @note Set the g->priv member to whatever is appropriate. For multiple + * @note Set the g->board member to whatever is appropriate. For multiple * displays this might be a pointer to the appropriate register set. * * @notapi |