1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

net/mqttsn : Remove 'MQTTSN_DEFAULT_PORT'

Remove unused macro 'MQTTSN_DEFAULT_PORT'
This commit is contained in:
Akshai M 2020-11-10 16:05:18 +01:00 committed by Akshai M
parent 398c0d2711
commit 4fea815d0f

View File

@ -27,14 +27,6 @@
extern "C" {
#endif
#ifndef MQTTSN_DEFAULT_PORT
/**
* @brief Default UDP port for MQTT-SN servers
*/
#define MQTTSN_DEFAULT_PORT (1883U)
#endif
/**
* @name The client ID must contain 1-23 characters
*