mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 00:05:28 +03:00
Remove max waypoint assert from navigation.h
This commit is contained in:
parent
1df0d5f902
commit
0c76e2cb7a
1 changed files with 0 additions and 3 deletions
|
@ -67,9 +67,6 @@ bool foundNearbySafeHome(void); // Did we find a safehome nearb
|
||||||
|
|
||||||
#ifndef NAV_MAX_WAYPOINTS
|
#ifndef NAV_MAX_WAYPOINTS
|
||||||
#define NAV_MAX_WAYPOINTS 15
|
#define NAV_MAX_WAYPOINTS 15
|
||||||
|
|
||||||
// waypoint 254, 255 are special waypoints
|
|
||||||
STATIC_ASSERT(NAV_MAX_WAYPOINTS < 254, NAV_MAX_WAYPOINTS_exceeded_allowable_range);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NAV_ACCEL_CUTOFF_FREQUENCY_HZ 2 // low-pass filter on XY-acceleration target
|
#define NAV_ACCEL_CUTOFF_FREQUENCY_HZ 2 // low-pass filter on XY-acceleration target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue