703rc/tests/fix execute command (#842)

* fix execute command
* fix for tests for ctb
This commit is contained in:
2023-11-07 09:29:48 +01:00
committed by GitHub
parent 4613c54f57
commit 9b9b09ceaf
11 changed files with 23 additions and 21 deletions

View File

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