mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +00:00
Fix typo in MQTT port #define
This commit is contained in:
parent
8fa55e32d2
commit
093adf8322
@ -57,7 +57,7 @@ struct altcp_tls_config;
|
||||
#define MQTT_PORT LWIP_IANA_PORT_MQTT
|
||||
/** @ingroup mqtt
|
||||
* Default MQTT TLS port */
|
||||
#define MQTT_TLS_PORT LWIP_IANA_PORT_SEQURE_MQTT
|
||||
#define MQTT_TLS_PORT LWIP_IANA_PORT_SECURE_MQTT
|
||||
|
||||
/*---------------------------------------------------------------------------------------------- */
|
||||
/* Connection with server */
|
||||
|
@ -83,7 +83,7 @@ enum lwip_iana_port_number {
|
||||
/** MDNS */
|
||||
LWIP_IANA_PORT_MDNS = 5353,
|
||||
/** Secure MQTT */
|
||||
LWIP_IANA_PORT_SEQURE_MQTT = 8883
|
||||
LWIP_IANA_PORT_SECURE_MQTT = 8883
|
||||
};
|
||||
|
||||
#endif /* LWIP_HDR_PROT_IANA_H */
|
||||
|
Loading…
Reference in New Issue
Block a user