diff options
Diffstat (limited to 'fw/esp32/components/eos/include/net.h')
-rw-r--r-- | fw/esp32/components/eos/include/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/esp32/components/eos/include/net.h b/fw/esp32/components/eos/include/net.h index 5bccc57..3e9e625 100644 --- a/fw/esp32/components/eos/include/net.h +++ b/fw/esp32/components/eos/include/net.h @@ -32,5 +32,5 @@ void eos_net_free(unsigned char *buf); int eos_net_send(unsigned char mtype, unsigned char *buffer, uint16_t len); void eos_net_reply(unsigned char mtype, unsigned char *buffer, uint16_t len); void eos_net_set_handler(unsigned char mtype, eos_net_fptr_t handler); -void eos_net_sleep_done(uint8_t mode); +void eos_net_sleep(void); void eos_net_wake(uint8_t source, uint8_t mode); |