mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-09-25 14:41:32 +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" {
|
||||
#endif
|
||||
|
||||
#if CONFIG_NEWLIB_NANO_FORMAT
|
||||
#if CONFIG_LIBC_NEWLIB_NANO_FORMAT
|
||||
#define NEWLIB_NANO_COMPAT_FORMAT PRIu32
|
||||
#define NEWLIB_NANO_COMPAT_CAST(size_t_var) (uint32_t)size_t_var
|
||||
#else
|
||||
|
Reference in New Issue
Block a user