cleanup: removed dead code, fixed small issues
This commit is contained in:
parent
c937638cad
commit
06626f3349
4 changed files with 5 additions and 37 deletions
2
mqtt.h
2
mqtt.h
|
|
@ -25,7 +25,5 @@ err_t ensaht_mqtt_publish(mqtt_client_t *client, const char *topic,
|
|||
err_t ensaht_mqtt_publish_client(ensaht_mqtt_t *mqtt, const char *topic,
|
||||
const void *payload, u16_t payload_length,
|
||||
mqtt_request_cb_t cb, void *arg);
|
||||
err_t ensaht_mqtt_pingreq(mqtt_client_t *client);
|
||||
err_t ensaht_mqtt_pingreq_client(ensaht_mqtt_t *mqtt);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue