Skip to content

Commit 310a4ef

Browse files
committed
Renamed source files to match new tool names
1 parent bf58030 commit 310a4ef

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

mqtts-pub.c renamed to mqtt-sn-pub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ int main(int argc, char* argv[])
151151
mqtt_sn_send_publish(sock, topic_id, topic_id_type, message_data, qos, retain);
152152

153153
// Finally, disconnect
154-
mqtts_send_disconnect(sock);
154+
mqtt_sn_send_disconnect(sock);
155155

156156
close(sock);
157157
}
File renamed without changes.

mqtts.c renamed to mqtt-sn.c

File renamed without changes.

mqtts.h renamed to mqtt-sn.h

File renamed without changes.

0 commit comments

Comments
 (0)