there?
This commit is contained in:
parent
4516946325
commit
15436369c4
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue