Skip to content

Commit 013ca06

Browse files
M1chanashif
authored andcommitted
samples: mqtt_sn_publisher: fix wrong kconfig description
The opposite of what was stated previously is true. NET_SAMPLE_MQTT_SN_GATEWAY_IP is only used when NET_SAMPLE_MQTT_SN_STATIC_GATEWAY is y. Since this is already expressed using Kconfig dependencies, this change simply removes the sentence in question. Signed-off-by: Michael Zimmermann <[email protected]>
1 parent 7c4b0c2 commit 013ca06

File tree

1 file changed

+1
-1
lines changed
  • samples/net/mqtt_sn_publisher

1 file changed

+1
-1
lines changed

samples/net/mqtt_sn_publisher/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ config NET_SAMPLE_MQTT_SN_STATIC_GATEWAY
99
bool "Whether to statically define the Gateway. Will use Search procedure if False."
1010

1111
config NET_SAMPLE_MQTT_SN_GATEWAY_IP
12-
string "IP of the MQTT-SN gateway. Only used if NET_SAMPLE_MQTT_SN_STATIC_GATEWAY=n."
12+
string "IP of the MQTT-SN gateway"
1313
depends on NET_SAMPLE_MQTT_SN_STATIC_GATEWAY
1414

1515
config NET_SAMPLE_MQTT_SN_GATEWAY_PORT

0 commit comments

Comments
 (0)