mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-02 04:58:15 +08:00
navigator: reduce NUM_MISSIONS_SUPPORTED 2000->500 for dataman RAM usability
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
#elif defined(__PX4_POSIX)
|
||||
# define NUM_MISSIONS_SUPPORTED (UINT16_MAX-1) // This is allocated as needed.
|
||||
#else
|
||||
# define NUM_MISSIONS_SUPPORTED 2000 // This allocates a file of around 181 kB on the SD card.
|
||||
# define NUM_MISSIONS_SUPPORTED 500
|
||||
#endif
|
||||
|
||||
#define NAV_EPSILON_POSITION 0.001f /**< Anything smaller than this is considered zero */
|
||||
|
||||
Reference in New Issue
Block a user