mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
[X10 Express] Spectrum analyser, first version
This commit is contained in:
parent
01c88fbba8
commit
ffb731dc30
11 changed files with 281 additions and 140 deletions
|
@ -171,6 +171,10 @@ void registerBitmapClass(lua_State * L);
|
|||
void luaSetInstructionsLimit(lua_State* L, int count);
|
||||
int luaLoadScriptFileToState(lua_State * L, const char * filename, const char * mode);
|
||||
|
||||
#define TOOL_NAME_MAXLEN 16
|
||||
bool readToolName(char * toolName, const char * filename);
|
||||
bool isRadioScriptTool(const char * filename);
|
||||
|
||||
struct LuaMemTracer {
|
||||
const char * script;
|
||||
int lineno;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue