summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/wifi.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/wifi.h')
-rw-r--r--fw/fe310/eos/wifi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/wifi.h b/fw/fe310/eos/wifi.h
index bb629ed..87f418f 100644
--- a/fw/fe310/eos/wifi.h
+++ b/fw/fe310/eos/wifi.h
@@ -8,6 +8,6 @@
#define EOS_WIFI_MAX_MTYPE 5
-void eos_wifi_init(void);
+void eos_wifi_netinit(void);
void eos_wifi_set_handler(unsigned char mtype, eos_evt_handler_t handler);
eos_evt_handler_t eos_wifi_get_handler(unsigned char mtype);