summaryrefslogtreecommitdiff
path: root/src/telefire-v0.1/ao_telefire.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-08-26 09:43:34 -0700
committerKeith Packard <keithp@keithp.com>2012-08-26 09:43:34 -0700
commit89f1a685a02c7808cf03853aa9a5ee50c6baf49e (patch)
treed05c8dd8ee31c4b5c8ab873336bc632d5adc79cd /src/telefire-v0.1/ao_telefire.c
parent7ecb429fe4682faf209452b1738ff3c8096fc5d5 (diff)
altos: Allow sharing of radio DMA with aes engine
otherwise, telefire doesn't have enough DMA channels. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telefire-v0.1/ao_telefire.c')
-rw-r--r--src/telefire-v0.1/ao_telefire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telefire-v0.1/ao_telefire.c b/src/telefire-v0.1/ao_telefire.c
index c1335d66..210be08b 100644
--- a/src/telefire-v0.1/ao_telefire.c
+++ b/src/telefire-v0.1/ao_telefire.c
@@ -35,7 +35,7 @@ main(void)
ao_storage_init();
ao_usb_init();
ao_radio_init();
-// ao_aes_init();
+ ao_aes_init();
ao_pad_init();
ao_config_init();
ao_start_scheduler();