mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
boards: chronos: add dummy write() implementation
This commit is contained in:
parent
04bc408931
commit
8d613ceb53
@ -40,3 +40,8 @@ int getchar(void)
|
||||
/* dummy implementation */
|
||||
return EOF;
|
||||
}
|
||||
|
||||
ssize_t write(int fildes, const void *buf, size_t nbyte)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user