From 9749ebdf7166a30f15520b4177e9b0553f922493 Mon Sep 17 00:00:00 2001 From: Dakshit Babbar <100972343+DakshitBabbar@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:04:39 +0530 Subject: [PATCH] Rectify the format of democonfigMQTT_BROKER_PORT macro (#1301) * Rectify the format of democonfigMQTT_BROKER_PORT macro --- .../MQTT_Mutual_Auth_wolfSSL/demo_config.h | 2 +- .../corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/demo_config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth_wolfSSL/demo_config.h b/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth_wolfSSL/demo_config.h index 1b77488b02b..3b3c9a390be 100644 --- a/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth_wolfSSL/demo_config.h +++ b/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth_wolfSSL/demo_config.h @@ -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 ) */ /** diff --git a/FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/demo_config.h b/FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/demo_config.h index 52e31d7bfe1..5eb7f4b9b6e 100644 --- a/FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/demo_config.h +++ b/FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/demo_config.h @@ -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 ) */ /**