Fix a typo in ssd1306 driver that prevents compiling with c++ compiler
This commit is contained in:
parent
7cd1afc52d
commit
f8c87c3d6c
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue