mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
spi_flash, linux target: explicit use strlcpy/strlcat from BSD string.h
This commit is contained in:
@@ -18,9 +18,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define strlcpy(a, b, c)
|
|
||||||
#define strlcat(a, b, c)
|
|
||||||
|
|
||||||
#define heap_caps_malloc(a, b) NULL
|
#define heap_caps_malloc(a, b) NULL
|
||||||
#define MALLOC_CAP_INTERNAL 0
|
#define MALLOC_CAP_INTERNAL 0
|
||||||
#define MALLOC_CAP_8BIT 0
|
#define MALLOC_CAP_8BIT 0
|
||||||
|
Reference in New Issue
Block a user