diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-23 20:48:04 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-04-26 19:33:48 -0700 |
commit | ff2330a7fedfa7f6be3502ad0d591ab9e5ddddc6 (patch) | |
tree | 8ddf7810ea5fcb9ee6783a2ad3216f9d51feeb4d /src | |
parent | fbf01178e560d8a36916e295d7bdb0b0e98d2b02 (diff) |
altos/fox: Initialize FOX adc
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/fox1ihu/ao_fox1ihu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fox1ihu/ao_fox1ihu.c b/src/fox1ihu/ao_fox1ihu.c index 4d02f0da..9e76d267 100644 --- a/src/fox1ihu/ao_fox1ihu.c +++ b/src/fox1ihu/ao_fox1ihu.c @@ -38,6 +38,8 @@ main(void) ao_dma_init(); ao_exti_init(); + ao_adc_init(); + ao_cmd_init(); ao_usb_init(); |