forked from ROMEO/obsw
portable device access api based on unix file descriptors
This commit is contained in:
5
bsp_z7/newlib/read.c
Normal file
5
bsp_z7/newlib/read.c
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
int _read(int file, char *ptr, int len) {
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user