simulator: fix _read function signature
This commit is contained in:
parent
a54220d95a
commit
0c87114ee1
@ -63,7 +63,7 @@ int _write(int file, char *ptr, int len) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// this method could be overridden to read stuff from the USB console? but no need rn.
|
int _read(int file, char *ptr, int len) {
|
||||||
int _read(void) {
|
// TODO: hook to UI
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user