Switch from GPLv2 to GPLv2+
[fw/altos] / src / detherm / ao_detherm.c
index cc0137539bde034fe0ae81a0afc49894a31d9f3f..0f7f4c85fac17caa4baced945953d65867844b13 100644 (file)
@@ -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 <ao.h>
 #include <ao_exti.h>
 #include <ao_pwm.h>
+#include <ao_servo.h>
 
 void main(void)
 {
@@ -35,9 +37,10 @@ void main(void)
        ao_usb_init();
 
        ao_storage_init();
+       ao_ms5607_init();
 //     ao_flight_init();
-//     ao_ms5607_init();
        ao_pwm_init();
+       ao_servo_init();
        ao_log_init();
        ao_report_init();
        ao_config_init();