removed full path from header for new organization

This commit is contained in:
Antoine Drouin
2010-11-04 16:01:58 +00:00
parent 91e6d71e2b
commit e764c97d54
+1 -1
View File
@@ -7,7 +7,7 @@
#define ACTUATORS_PWM_NB 6
extern int32_t actuators_pwm_values[ACTUATORS_PWM_NB];
#include "actuators/actuators_pwm_arch.h"
#include "actuators_pwm_arch.h"
#define SERVOS_TICS_OF_USEC(_v) (_v)
#define Actuator(_x) actuators_pwm_values[_x]