Merge pull request #478 from Petezah/fix.ssd1303.cpp

Fix a typo in ssd1306 driver that prevents compiling with c++ compiler
This commit is contained in:
Ruslan V. Uss 2017-10-27 19:52:17 +05:00 committed by GitHub
commit f9d639f7f4

View file

@ -526,7 +526,6 @@ int ssd1306_start_scroll_hori(const ssd1306_t *dev, bool way, uint8_t start, uin
int ssd1306_start_scroll_hori_vert(const ssd1306_t *dev, bool way, uint8_t start, uint8_t stop, uint8_t dy, ssd1306_scroll_t frame);
#ifdef __cplusplus
extern "C"
}
#endif