Rectify the format of democonfigMQTT_BROKER_PORT macro (#1301)

* Rectify the format of democonfigMQTT_BROKER_PORT macro
This commit is contained in:
Dakshit Babbar
2024-11-20 18:04:39 +05:30
committed by GitHub
parent 2ba53c402a
commit 9749ebdf71
2 changed files with 2 additions and 2 deletions
@@ -100,7 +100,7 @@ extern void vLoggingPrintf( const char * pcFormatString,
* @note Port 443 requires use of the ALPN TLS extension with the ALPN protocol
* name. When using port 8883, ALPN is not required.
*
* #define democonfigMQTT_BROKER_PORT "...insert here..."
* #define democonfigMQTT_BROKER_PORT ( insert here )
*/
/**
@@ -105,7 +105,7 @@ extern void vLoggingPrintf( const char * pcFormatString,
* @note Port 443 requires use of the ALPN TLS extension with the ALPN protocol
* name. When using port 8883, ALPN is not required.
*
* #define democonfigMQTT_BROKER_PORT "...insert here..."
* #define democonfigMQTT_BROKER_PORT ( insert here )
*/
/**