diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-12-09 23:50:58 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-12-09 23:50:58 +0100 |
commit | 7d03a941be6e9226e71cb5f5b4f7949e06bbfb02 (patch) | |
tree | cde9218dbe97837f972c426552c463f5f2a6a256 /fw/fe310/eos/wifi.c | |
parent | 9c8f5a5e8f11e4a5012d55b96afae290242b8fdd (diff) |
improved init process
Diffstat (limited to 'fw/fe310/eos/wifi.c')
-rw-r--r-- | fw/fe310/eos/wifi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/wifi.c b/fw/fe310/eos/wifi.c index ca29a95..d7c1824 100644 --- a/fw/fe310/eos/wifi.c +++ b/fw/fe310/eos/wifi.c @@ -26,7 +26,7 @@ static void wifi_handle_msg(unsigned char type, unsigned char *buffer, uint16_t } } -void eos_wifi_init(void) { +void eos_wifi_netinit(void) { int i; for (i=0; i<EOS_WIFI_MAX_MTYPE; i++) { |