mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 06:10:34 +08:00
move systemlib/pwm_limit to standalone lib
This commit is contained in:
committed by
Lorenz Meier
parent
387bc81f26
commit
e468a9bbcc
@@ -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
|
||||
)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user