7.0.3.rc: execute command inside server fixed (from fix simulator tests and exec command PR) (#855)

* execute command inside server fixed (from fix simulator tests and exec command PR)
This commit is contained in:
2023-11-08 09:25:52 +01:00
committed by GitHub
parent 8174fc9691
commit af3dc1e7f4
17 changed files with 11 additions and 10 deletions

View File

@ -17,7 +17,7 @@ const char *getRetName();
void function_table();
void functionNotImplemented();
void modeNotImplemented(char *modename, int mode);
void executeCommand(char *command, char *result, enum TLogLevel level);
int executeCommand(char *command, char *result, enum TLogLevel level);
int M_nofunc(int);
#if defined(MYTHEN3D) || defined(GOTTHARD2D)
void rebootNiosControllerAndFPGA();