fix SetServo makro and servo_switch module for sim

This commit is contained in:
Felix Ruess
2010-09-26 15:11:39 +00:00
parent 18a402ac44
commit 324990a6cc
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -50,4 +50,7 @@ extern uint16_t actuators[SERVOS_NB];
#endif /* ACTUATORS */
// define empty SetServo makro for sim
#define SetServo(x, v) {}
#endif /* ACTUATORS_H */
@@ -22,6 +22,7 @@
*/
#include "servo_switch/servo_switch.h"
#include "airframe.h"
#include "actuators.h"
bool_t servo_switch_on;