forked from Archive/PX4-Autopilot
navigator: reduce NUM_MISSIONS_SUPPORTED 2000->500 for dataman RAM usability
This commit is contained in:
parent
ca3f6f59f9
commit
d961a067b9
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue