Tanguy Pruvot
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/HAL/shared/progmem.h
|
@ -101,7 +101,7 @@ |
|
|
#define strncat_P(a, b, n) strncat((a), (b), (n)) |
|
|
#define strncat_P(a, b, n) strncat((a), (b), (n)) |
|
|
#endif |
|
|
#endif |
|
|
#ifndef strncpy_P |
|
|
#ifndef strncpy_P |
|
|
#define strncpy_P(a, b, n) strncmp((a), (b), (n)) |
|
|
#define strncpy_P(a, b, n) strncpy((a), (b), (n)) |
|
|
#endif |
|
|
#endif |
|
|
#ifndef strpbrk_P |
|
|
#ifndef strpbrk_P |
|
|
#define strpbrk_P(str, chrs) strpbrk((str), (chrs)) |
|
|
#define strpbrk_P(str, chrs) strpbrk((str), (chrs)) |
|
|