mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +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_CONNECTING,
|
||||
MQTT_CONNECTING,
|
||||
MQTT_CONNECTED,
|
||||
MQTT_CONNECTED
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user