diff options
| author | Keith Packard <keithp@keithp.com> | 2013-01-23 20:48:04 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-02-08 22:03:04 -0800 | 
| commit | 56cc6ad841e29cf26ccd078acb004f7b5bf51d47 (patch) | |
| tree | 3b98c211602b9a618e7709e01d0146bf0015438d | |
| parent | 9922acc33107087cf12423fa17d9256d6f6ffb08 (diff) | |
altos/fox: Initialize FOX adc
Signed-off-by: Keith Packard <keithp@keithp.com>
| -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(); | 
