Skip to content

Commit 30d93db

Browse files
kstribrnAmznAniruddhaKanhere
authored andcommitted
Fix: Correct comment
Adding "not" to the explanation of the MQTT_AGENT_DO_NOT_USE_CUSTOM_CONFIG macro. #133
1 parent 0db53dd commit 30d93db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/include/core_mqtt_agent_config_defaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
/* MQTT_AGENT_DO_NOT_USE_CUSTOM_CONFIG allows building the MQTT library
4747
* without a custom config. If a custom config is provided, the
48-
* MQTT_AGENT_DO_NOT_USE_CUSTOM_CONFIG macro should be defined. */
48+
* MQTT_AGENT_DO_NOT_USE_CUSTOM_CONFIG macro should not be defined. */
4949
#ifndef MQTT_AGENT_DO_NOT_USE_CUSTOM_CONFIG
5050
/* Include custom config file before other headers. */
5151
#include "core_mqtt_agent_config.h"

0 commit comments

Comments
 (0)