X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fproduct%2Fao_telescience.c;h=d448d31854d888212378febdfa1c43d359552666;hb=7f664da148ae15d46d179d8ecede6fc0bc710ffb;hp=2d594d7fa411493d88007e8afaf5a40c680e3bb1;hpb=e93c6bcc799d76d4ff425815e2601a25e6796229;p=fw%2Faltos diff --git a/src/product/ao_telescience.c b/src/product/ao_telescience.c index 2d594d7f..d448d318 100644 --- a/src/product/ao_telescience.c +++ b/src/product/ao_telescience.c @@ -16,7 +16,9 @@ */ #include "ao.h" +#if HAS_ICP3_COUNT #include "ao_pwmin.h" +#endif int main(void) @@ -35,7 +37,9 @@ main(void) ao_usb_init(); ao_adc_init(); ao_log_single_init(); +#if HAS_ICP3_COUNT ao_pwmin_init(); +#endif ao_start_scheduler(); return 0; }