Skip to content

Commit

Permalink
[actuators] fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Oct 19, 2012
1 parent 13565a0 commit f30b8d6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf/airframes/examples/lisa_asctec.xml
Expand Up @@ -214,7 +214,7 @@
<firmware name="lisa_test_progs">
<target name="test_led" board="lisa_l_1.1"/>
<target name="test_uart" board="lisa_l_1.1"/>
<target name="test_servos" board="lisa_l_1.1"/>
<!--target name="test_servos" board="lisa_l_1.1"/-->
<target name="test_telemetry" board="lisa_l_1.1"/>
<target name="test_baro" board="lisa_l_1.1"/>
<target name="test_imu_b2" board="lisa_l_1.1"/>
Expand Down
2 changes: 1 addition & 1 deletion conf/airframes/examples/setup_lisam2.xml
Expand Up @@ -11,7 +11,7 @@
<target name="test_led" board="lisa_m_2.0"/>
<target name="test_sys_time" board="lisa_m_2.0"/>
<target name="test_uart" board="lisa_m_2.0"/>
<target name="test_servos" board="lisa_m_2.0"/>
<!--target name="test_servos" board="lisa_m_2.0"/-->
<target name="test_telemetry" board="lisa_m_2.0"/>
<target name="test_baro" board="lisa_m_2.0"/>
<target name="test_rc_spektrum" board="lisa_m_2.0"/>
Expand Down
Expand Up @@ -29,7 +29,6 @@
#define SERVOS_TICS_OF_USEC(_v) (_v)

#define ActuatorPwmSet(_i, _v) {}
#define ActuatorsPwmInit() {}
#define ActuatorsPwmCommit() {}

extern void actuators_pwm_arch_init(void);
Expand Down
2 changes: 1 addition & 1 deletion sw/simulator/nps/nps_autopilot_rotorcraft.c
Expand Up @@ -32,7 +32,7 @@
#include "mcu_periph/sys_time.h"
#include "state.h"

#include "actuators/motor_mixing.h"
#include "subsystems/actuators/motor_mixing.h"


struct NpsAutopilot autopilot;
Expand Down

0 comments on commit f30b8d6

Please sign in to comment.