diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-03-16 02:11:43 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-03-16 02:11:43 +0100 |
commit | 98941cdc89d93f5387bb98a443f06408321acc8f (patch) | |
tree | 46286a0081b1f0c925951bf825fb4769cefadb51 /fw/fe310/eos/eos.c | |
parent | d05eefaf7f10769ddae3840890af6a1e52440238 (diff) |
init code cleanup
Diffstat (limited to 'fw/fe310/eos/eos.c')
-rw-r--r-- | fw/fe310/eos/eos.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fw/fe310/eos/eos.c b/fw/fe310/eos/eos.c index 6214203..91115f6 100644 --- a/fw/fe310/eos/eos.c +++ b/fw/fe310/eos/eos.c @@ -37,7 +37,5 @@ void eos_init(void) { eos_net_wake(wakeup_cause); eve_set_touch_calibration(eve_touch); - eos_spi_dev_select(EOS_DEV_DISP); eve_init(wakeup_cause == EOS_PWR_WAKE_RST); - eos_spi_dev_deselect(); } |