This commit is contained in:
Kuba 2023-10-30 19:39:19 +00:00
parent 4516946325
commit 15436369c4
1 changed files with 1 additions and 1 deletions

View File

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