This commit is contained in:
Johan Kanflo 2015-11-21 05:06:19 +00:00
commit 287f146db5
8 changed files with 306 additions and 1 deletions

View file

@ -52,7 +52,7 @@ long _write_r(struct _reent *r, int fd, const char *ptr, int len )
}
/* syscall implementation for stdio read from UART */
long _read_r( struct _reent *r, int fd, char *ptr, int len )
__attribute__ ((weak)) long _read_r( struct _reent *r, int fd, char *ptr, int len )
{
int ch, i;