This commit is contained in:
Kuba 2023-10-30 19:36:37 +00:00
parent cc8b97ca79
commit 477f4cd929
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
typedef struct {
int res;
char arg[70];
char* arg[70];
} ResultAndArg;
extern int open_control_pipe(char *filename, volatile uint32_t *padreg);