We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db53dd commit 30d93dbCopy full SHA for 30d93db
source/include/core_mqtt_agent_config_defaults.h
@@ -45,7 +45,7 @@
45
46
/* MQTT_AGENT_DO_NOT_USE_CUSTOM_CONFIG allows building the MQTT library
47
* without a custom config. If a custom config is provided, the
48
- * MQTT_AGENT_DO_NOT_USE_CUSTOM_CONFIG macro should be defined. */
+ * MQTT_AGENT_DO_NOT_USE_CUSTOM_CONFIG macro should not be defined. */
49
#ifndef MQTT_AGENT_DO_NOT_USE_CUSTOM_CONFIG
50
/* Include custom config file before other headers. */
51
#include "core_mqtt_agent_config.h"
0 commit comments