Trivial changes from review of PR 115

This commit is contained in:
Gregory Nutt 2016-08-14 13:47:07 -06:00
parent ade02a513b
commit 32ebeb15b4
2 changed files with 3 additions and 1 deletions

View file

@ -179,7 +179,7 @@
/* Bytes per logical row and actual device row */
#if defined(CONFIG_LCD_SH1106_OLED_132)
#define SSD1306_DEV_XSTRIDE (SSD1306_DEV_XRES >> 3)
# define SSD1306_DEV_XSTRIDE (SSD1306_DEV_XRES >> 3)
#else
# define SSD1306_DEV_XSTRIDE (SSD1306_DEV_XRES >> 3)
#endif
@ -285,3 +285,4 @@ static inline void ssd1306_configspi(FAR struct spi_dev_s *spi)
#endif
#endif /* __DRIVERS_LCD_SSD1306_H */

View file

@ -149,3 +149,4 @@ void ssd1306_sendblk(FAR struct ssd1306_dev_s *priv, uint8_t *data, uint8_t len)
}
#endif /* CONFIG_LCD_SSD1306 &7 CONFIG_LCD_SSD1306_I2C */