aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/ILI9320/board_ILI9320_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/ILI9320/board_ILI9320_template.h')
-rw-r--r--drivers/gdisp/ILI9320/board_ILI9320_template.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gdisp/ILI9320/board_ILI9320_template.h b/drivers/gdisp/ILI9320/board_ILI9320_template.h
index ead9aee0..4725e1eb 100644
--- a/drivers/gdisp/ILI9320/board_ILI9320_template.h
+++ b/drivers/gdisp/ILI9320/board_ILI9320_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;
}
/**