summaryrefslogtreecommitdiff
path: root/src/ao_ee.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao_ee.c')
-rw-r--r--src/ao_ee.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ao_ee.c b/src/ao_ee.c
index a67ca12d..36c8a100 100644
--- a/src/ao_ee.c
+++ b/src/ao_ee.c
@@ -340,6 +340,5 @@ ao_ee_init(void)
P1DIR |= (1 << EE_CS_INDEX);
P1SEL &= ~(1 << EE_CS_INDEX);
- ao_spi_init();
ao_cmd_register(&ao_ee_cmds[0]);
}