mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-09-25 06:31:34 +02:00
fix: actualize newlib Kconfig options
This commit is contained in:
committed by
Rocha Euripedes
parent
804121b721
commit
07399ed72d
@@ -39,7 +39,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_NEWLIB_NANO_FORMAT
|
#if CONFIG_LIBC_NEWLIB_NANO_FORMAT
|
||||||
#define NEWLIB_NANO_COMPAT_FORMAT PRIu32
|
#define NEWLIB_NANO_COMPAT_FORMAT PRIu32
|
||||||
#define NEWLIB_NANO_COMPAT_CAST(size_t_var) (uint32_t)size_t_var
|
#define NEWLIB_NANO_COMPAT_CAST(size_t_var) (uint32_t)size_t_var
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user