move systemlib/pwm_limit to standalone lib

This commit is contained in:
Daniel Agar
2018-06-11 13:45:05 -04:00
committed by Lorenz Meier
parent 387bc81f26
commit e468a9bbcc
24 changed files with 66 additions and 16 deletions
+1
View File
@@ -93,4 +93,5 @@ px4_add_module(
modules__mc_pos_control__mc_pos_control_tests
git_ecl
ecl_geo_lookup # TODO: move this
pwm_limit
)
+2 -2
View File
@@ -42,8 +42,8 @@
#include <string.h>
#include <px4_config.h>
#include <lib/mixer/mixer.h>
#include <systemlib/pwm_limit/pwm_limit.h>
#include <mixer/mixer.h>
#include <pwm_limit/pwm_limit.h>
#include <drivers/drv_hrt.h>
#include <drivers/drv_pwm_output.h>
#include <px4iofirmware/mixer.h>