mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-09-25 22:51:31 +02:00
Merge branch 'fix/actulize_newlib_kconfig_variables' into 'master'
fix: actualize newlib Kconfig options See merge request espressif/esp-mqtt!245
This commit is contained in:
@@ -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