mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 10:50:19 +08:00
fw_pos_control_l1 rename Landingslope to match case
This commit is contained in:
@@ -37,7 +37,7 @@ px4_add_module(
|
||||
COMPILE_FLAGS
|
||||
SRCS
|
||||
FixedwingPositionControl.cpp
|
||||
landingslope.cpp
|
||||
Landingslope.cpp
|
||||
DEPENDS
|
||||
platforms__common
|
||||
git_ecl
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
#include <cfloat>
|
||||
|
||||
#include "landingslope.h"
|
||||
#include "Landingslope.hpp"
|
||||
|
||||
#include <arch/board/board.h>
|
||||
#include <drivers/drv_accel.h>
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@
|
||||
* @author Thomas Gubler <thomasgubler@gmail.com>
|
||||
*/
|
||||
|
||||
#include "landingslope.h"
|
||||
#include "Landingslope.hpp"
|
||||
|
||||
#include <mathlib/mathlib.h>
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
#include "navigator.h"
|
||||
|
||||
#include <drivers/drv_pwm_output.h>
|
||||
#include <fw_pos_control_l1/landingslope.h>
|
||||
#include <fw_pos_control_l1/Landingslope.hpp>
|
||||
#include <geo/geo.h>
|
||||
#include <mathlib/mathlib.h>
|
||||
#include <systemlib/mavlink_log.h>
|
||||
|
||||
Reference in New Issue
Block a user