mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge #19772
19772: cpu/avr8_common: fix typo in a comment r=maribu a=maribu Co-authored-by: Marian Buschsieweke <marian.buschsieweke@posteo.net>
This commit is contained in:
commit
7c320055a1
@ -41,7 +41,7 @@ extern "C" {
|
||||
#define flash_strcpy strcpy_P
|
||||
#define flash_strncpy strncpy_P
|
||||
#define flash_printf printf_P
|
||||
/* avrlibc seemingly forgot to provide fprintf(), but vfprintf() is there */
|
||||
/* avrlibc seemingly forgot to provide vprintf_P(), but vfprintf_P() is there */
|
||||
#define flash_vprintf(fmt, arglist) vfprintf_P(stdout, fmt, arglist)
|
||||
#define flash_fprintf fprintf_P
|
||||
#define flash_vfprintf vfprintf_P
|
||||
|
Loading…
Reference in New Issue
Block a user