mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-09-24 20:33:56 +08:00
Rectify the format of democonfigMQTT_BROKER_PORT macro (#1301)
* Rectify the format of democonfigMQTT_BROKER_PORT macro
This commit is contained in:
+1
-1
@@ -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 )
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user