Move SSD1306 function declarations to header file

This commit is contained in:
Danny Nguyen
2017-04-03 13:24:20 -04:00
parent d90ac76295
commit e3aeab356a
5 changed files with 21 additions and 14 deletions
-1
View File
@@ -37,4 +37,3 @@ void shutdown_user(void) {
stop_all_notes();
#endif
}