summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/sock.c')
-rw-r--r--fw/fe310/eos/sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/sock.c b/fw/fe310/eos/sock.c
index a2e30e3..ef043d1 100644
--- a/fw/fe310/eos/sock.c
+++ b/fw/fe310/eos/sock.c
@@ -34,7 +34,7 @@ static void sock_handle_msg(unsigned char type, unsigned char *buffer, uint16_t
}
}
-void eos_sock_init(void) {
+void eos_sock_netinit(void) {
int i;
for (i=0; i<EOS_SOCK_MAX_SOCK; i++) {