mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
Typo in aws_iot_config.h
-breaks compilation when 'Override Shadow RX buffer size' is enabled via menuconfig Merges https://github.com/espressif/esp-idf/pull/1869
This commit is contained in:
committed by
Mahavir Jain
parent
c32ccf7abb
commit
6807d80733
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
// Thing Shadow specific configs
|
// Thing Shadow specific configs
|
||||||
#ifdef CONFIG_AWS_IOT_OVERRIDE_THING_SHADOW_RX_BUFFER
|
#ifdef CONFIG_AWS_IOT_OVERRIDE_THING_SHADOW_RX_BUFFER
|
||||||
#define SHADOW_MAX_SIZE_OF_RX_BUFFER CONFIG AWS_IOT_SHADOW_MAX_SIZE_OF_RX_BUFFER ///< Maximum size of the SHADOW buffer to store the received Shadow message, including NULL termianting byte
|
#define SHADOW_MAX_SIZE_OF_RX_BUFFER CONFIG_AWS_IOT_SHADOW_MAX_SIZE_OF_RX_BUFFER ///< Maximum size of the SHADOW buffer to store the received Shadow message, including NULL terminating byte
|
||||||
#else
|
#else
|
||||||
#define SHADOW_MAX_SIZE_OF_RX_BUFFER (AWS_IOT_MQTT_RX_BUF_LEN + 1)
|
#define SHADOW_MAX_SIZE_OF_RX_BUFFER (AWS_IOT_MQTT_RX_BUF_LEN + 1)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user