SDK 1.1.1 compatibility fixes

This commit is contained in:
Jeroen Domburg
2015-06-08 12:21:52 +08:00
parent a016a27c0e
commit c4986a79a2
2 changed files with 18 additions and 1 deletions
+4
View File
@@ -101,3 +101,7 @@ void user_init(void) {
#endif
os_printf("\nReady\n");
}
void user_rf_pre_init() {
//Not needed, but some SDK versions want this defined.
}