dmihai03 commented on code in PR #3618:
URL: https://github.com/apache/nuttx-apps/pull/3618#discussion_r3551858330
##########
examples/mqttc/CMakeLists.txt:
##########
@@ -30,4 +30,12 @@ if(CONFIG_EXAMPLES_MQTTC)
${CONFIG_EXAMPLES_MQTTC}
SRCS
mqttc_pub.c)
+
+ if(CONFIG_EXAMPLES_MQTTC_SUB)
Review Comment:
The second if is inside the first one. I indented it because of that. Should
I move it outside and make them two separate statements?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]