Browse Source

AP_Scripting: make LUA memory panic more helpful

gps-1.3.1
Hwurzburg 4 years ago committed by Andrew Tridgell
parent
commit
72a927343a
  1. 2
      libraries/AP_Scripting/lua/src/lstring.c

2
libraries/AP_Scripting/lua/src/lstring.c

@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
#include "lstring.h"
#define MEMERRMSG "not enough memory"
#define MEMERRMSG "not enough mem,increase scr_heap_size"
/*

Loading…
Cancel
Save