summaryrefslogtreecommitdiff
path: root/src/ao_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao_flash.c')
-rw-r--r--src/ao_flash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ao_flash.c b/src/ao_flash.c
index c3f45ee3..4f3618ee 100644
--- a/src/ao_flash.c
+++ b/src/ao_flash.c
@@ -455,7 +455,5 @@ ao_ee_init(void)
FLASH_CS = 1;
P1DIR |= (1 << FLASH_CS_INDEX);
P1SEL &= ~(1 << FLASH_CS_INDEX);
-
- ao_spi_init();
ao_cmd_register(&ao_flash_cmds[0]);
}