diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-05-20 19:12:47 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-05-20 19:12:47 +0200 |
commit | 42d5c7be2c6bea5c03f55f43ad34b4bc28d50bcc (patch) | |
tree | 3b6cb33f5b211d8f32500e3a01e6ef066b9a4eac /fw/fe310/eos/eos.c | |
parent | 3cac09c89fe0081f06188f1e9440de5d863951be (diff) |
net protocol added req/rep messages
Diffstat (limited to 'fw/fe310/eos/eos.c')
-rw-r--r-- | fw/fe310/eos/eos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/eos.c b/fw/fe310/eos/eos.c index a96f391..e2ad3d1 100644 --- a/fw/fe310/eos/eos.c +++ b/fw/fe310/eos/eos.c @@ -42,7 +42,7 @@ void eos_init(void) { eos_sock_init(); eos_bq25895_init(); - eos_net_wake(wakeup_cause); + eos_net_start(wakeup_cause); eve_init(wakeup_cause == EOS_PWR_WAKE_RST, touch_calibrate, touch_matrix, EVE_GPIO_DIR); if (touch_calibrate) { |