X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fproduct%2Fao_telescience.c;h=d448d31854d888212378febdfa1c43d359552666;hb=e037fbc004e1aa7d631ae999e587bdde2f6b71c9;hp=45b6d40e0c406ca1af29c1fadd69c5e65453bf33;hpb=e2b458a448106ba1ab207f0ea6824b56927d8547;p=fw%2Faltos diff --git a/src/product/ao_telescience.c b/src/product/ao_telescience.c index 45b6d40e..d448d318 100644 --- a/src/product/ao_telescience.c +++ b/src/product/ao_telescience.c @@ -16,6 +16,9 @@ */ #include "ao.h" +#if HAS_ICP3_COUNT +#include "ao_pwmin.h" +#endif int main(void) @@ -34,6 +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; }