mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +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" {
|
||||
#endif
|
||||
|
||||
#define strlcpy(a, b, c)
|
||||
#define strlcat(a, b, c)
|
||||
|
||||
#define heap_caps_malloc(a, b) NULL
|
||||
#define MALLOC_CAP_INTERNAL 0
|
||||
#define MALLOC_CAP_8BIT 0
|
||||
|
Reference in New Issue
Block a user