mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-27 06:14:09 +00:00
mqtt: Fix pedantic enum warning
src/apps/mqtt/mqtt.c:81:17: error: comma at end of enumerator list [-Werror=pedantic]
This commit is contained in:
parent
4059748b47
commit
d2631e6a53
@ -78,7 +78,7 @@ enum {
|
|||||||
TCP_DISCONNECTED,
|
TCP_DISCONNECTED,
|
||||||
TCP_CONNECTING,
|
TCP_CONNECTING,
|
||||||
MQTT_CONNECTING,
|
MQTT_CONNECTING,
|
||||||
MQTT_CONNECTED,
|
MQTT_CONNECTED
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user