diff options
Diffstat (limited to 'drivers/gdisp/ILI9325/board_ILI9325_template.h')
-rw-r--r-- | drivers/gdisp/ILI9325/board_ILI9325_template.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gdisp/ILI9325/board_ILI9325_template.h b/drivers/gdisp/ILI9325/board_ILI9325_template.h index 7b067293..65ab5704 100644 --- a/drivers/gdisp/ILI9325/board_ILI9325_template.h +++ b/drivers/gdisp/ILI9325/board_ILI9325_template.h @@ -20,16 +20,14 @@ * @brief Initialise the board for the display. * * @param[in] g The GDisplay structure - * @param[in] display The display number on this controller (0..n) * * @note Set the g->priv member to whatever is appropriate. For multiple * displays this might be a pointer to the appropriate register set. * * @notapi */ -static inline void init_board(GDisplay *g, unsigned display) { +static inline void init_board(GDisplay *g) { (void) g; - (void) display; } /** |