mqtt: convert to altcp API

This commit is contained in:
goldsimon
2017-03-28 09:14:35 +02:00
parent 1dfe916808
commit 26a6e034fc
2 changed files with 28 additions and 27 deletions

View File

@@ -186,7 +186,7 @@ struct mqtt_client_t
u16_t inpub_pkt_id;
/** Connection state */
u8_t conn_state;
struct tcp_pcb *conn;
struct altcp_pcb *conn;
/** Connection callback */
void *connect_arg;
mqtt_connection_cb_t connect_cb;