X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fdetherm%2Fao_detherm.c;h=0f7f4c85fac17caa4baced945953d65867844b13;hp=64dee586225e328dda546a7510901b246d517b11;hb=1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a;hpb=cfb91ec7ef6ef485d813af96a0f206bb7a2204dd diff --git a/src/detherm/ao_detherm.c b/src/detherm/ao_detherm.c index 64dee586..0f7f4c85 100644 --- a/src/detherm/ao_detherm.c +++ b/src/detherm/ao_detherm.c @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,6 +19,7 @@ #include #include #include +#include void main(void) { @@ -38,6 +40,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();