mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
cpu/avr8_common: don't implement perror() with stdio_null
This commit is contained in:
parent
082a37b17f
commit
f840d80473
@ -177,9 +177,11 @@ ssize_t write(int fd, const void *src, size_t count)
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifndef MODULE_STDIO_NULL
|
||||
void perror(const char *s)
|
||||
{
|
||||
printf("%s: %s\n", s, strerror(errno));
|
||||
}
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user