mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
spi_flash, linux target: explicit use strlcpy/strlcat from BSD string.h
This commit is contained in:
parent
5213ec8b33
commit
ed1c1f1903
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user