diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-10-18 17:07:53 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-10-18 17:07:53 +1000 |
commit | 313956b2154875e479735a17468af7013d4d6de6 (patch) | |
tree | a9f04877bae42a916c771510d08e69102e5707cd /drivers/gdisp/SSD1289 | |
parent | a3714ae7c4438d6b3247c45a1c8fe3f217a9a2af (diff) | |
download | uGFX-313956b2154875e479735a17468af7013d4d6de6.tar.gz uGFX-313956b2154875e479735a17468af7013d4d6de6.tar.bz2 uGFX-313956b2154875e479735a17468af7013d4d6de6.zip |
Remove incorrect comment.
Diffstat (limited to 'drivers/gdisp/SSD1289')
-rw-r--r-- | drivers/gdisp/SSD1289/board_SSD1289_template.h | 3 |
1 files changed, 0 insertions, 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) { |