mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
fix for #4993
This commit is contained in:
parent
8f0e0f2d5a
commit
43a8c3868e
@ -97,6 +97,7 @@ typedef const void* uint_farptr_t;
|
||||
#define memcmp_PF(s1, s2, n) memcmp((s1), (s2), (n))
|
||||
|
||||
#define sprintf_P(s, f, ...) sprintf((s), (f), __VA_ARGS__)
|
||||
#define snprintf_P(s, f, ...) snprintf((s), (f), __VA_ARGS__)
|
||||
|
||||
#define pgm_read_byte(addr) (*(const unsigned char *)(addr))
|
||||
#define pgm_read_word(addr) (*(const unsigned short *)(addr))
|
||||
|
Loading…
x
Reference in New Issue
Block a user