px4io:Lower Police light activation

This commit is contained in:
David Sidrane
2019-12-03 04:10:50 -08:00
committed by Daniel Agar
parent 74b6cc5bce
commit 1298f6840f
+1 -1
View File
@@ -374,7 +374,7 @@ user_start(int argc, char *argv[])
* documented in the dev guide.
*
*/
if (minfo.mxordblk < 600) {
if (minfo.mxordblk < 550) {
syslog(LOG_ERR, "ERR: not enough MEM");
bool phase = false;