X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdetherm%2Fao_detherm.c;h=fba9195e7aaf135732c7a0ba4c3a5e0d978968e8;hb=54f8d53584d0a902676b441cd122c01cd54f2283;hp=64dee586225e328dda546a7510901b246d517b11;hpb=cfb91ec7ef6ef485d813af96a0f206bb7a2204dd;p=fw%2Faltos diff --git a/src/detherm/ao_detherm.c b/src/detherm/ao_detherm.c index 64dee586..fba9195e 100644 --- a/src/detherm/ao_detherm.c +++ b/src/detherm/ao_detherm.c @@ -18,6 +18,7 @@ #include #include #include +#include void main(void) { @@ -38,6 +39,7 @@ void main(void) ao_ms5607_init(); // ao_flight_init(); ao_pwm_init(); + ao_servo_init(); ao_log_init(); ao_report_init(); ao_config_init();