From 313956b2154875e479735a17468af7013d4d6de6 Mon Sep 17 00:00:00 2001 From: inmarket Date: Fri, 18 Oct 2013 17:07:53 +1000 Subject: [PATCH] Remove incorrect comment. --- drivers/gdisp/SSD1289/board_SSD1289_template.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gdisp/SSD1289/board_SSD1289_template.h b/drivers/gdisp/SSD1289/board_SSD1289_template.h index db841c2c..b24789ea 100644 --- a/drivers/gdisp/SSD1289/board_SSD1289_template.h +++ b/drivers/gdisp/SSD1289/board_SSD1289_template.h @@ -145,9 +145,6 @@ static inline void setwritemode(GDisplay *g) { * * @param[in] g The GDisplay structure * - * @note The chip select may need to be asserted/de-asserted - * around the actual spi read - * * @notapi */ static inline uint16_t read_data(GDisplay *g) {