Skip to content

Commit

Permalink
Rectify the format of democonfigMQTT_BROKER_PORT macro (FreeRTOS#1301)
Browse files Browse the repository at this point in the history
* Rectify the format of democonfigMQTT_BROKER_PORT macro
  • Loading branch information
DakshitBabbar authored Nov 20, 2024
1 parent 2ba53c4 commit 9749ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
*/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
*/

/**
Expand Down

0 comments on commit 9749ebd

Please sign in to comment.