mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 18:30:35 +08:00
pps_capture: fix PARAM_PREFIX for boards with px4io (CONFIG_BOARD_IO)
This commit is contained in:
@@ -43,12 +43,6 @@
|
||||
#include <board_config.h>
|
||||
#include <parameters/param.h>
|
||||
|
||||
#ifdef BOARD_WITH_IO
|
||||
# define PARAM_PREFIX "PWM_AUX"
|
||||
#else
|
||||
# define PARAM_PREFIX "PWM_MAIN"
|
||||
#endif
|
||||
|
||||
PPSCapture::PPSCapture() :
|
||||
ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::hp_default)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user