Missing statement

pull/49/head
Benjamin Runnels 9 years ago
parent b323a339c1
commit 7211ea0508
  1. 2
      esp-link/main.c

@ -98,6 +98,8 @@ extern void app_init(void);
extern void mqtt_client_init(void); extern void mqtt_client_init(void);
void user_rf_pre_init(void) { void user_rf_pre_init(void) {
//default is enabled
system_set_os_print(DEBUG_SDK);
} }
// Main routine to initialize esp-link. // Main routine to initialize esp-link.

Loading…
Cancel
Save