drivers/lcd: ssd1306_configspi() must have global scope.

This commit is contained in:
Gregory Nutt
2017-02-09 07:45:25 -06:00
parent c225e12a2b
commit 0df1c556dc
3 changed files with 4 additions and 7 deletions
+1
View File
@@ -8681,6 +8681,7 @@ int fsetpos(FILE *stream, fpos_t *pos);
long ftell(FILE *stream);
size_t fwrite(const void *ptr, size_t size, size_t n_items, FILE *stream);
char *gets(char *s);
int setvbuf(FAR FILE *stream, FAR char *buffer, int mode, size_t size);
int ungetc(int c, FAR FILE *stream);
int printf(const char *format, ...);