Skip to content

Commit

Permalink
Merge pull request #17 from Rotzbua/patch-2
Browse files Browse the repository at this point in the history
fix(docs): typo
  • Loading branch information
256dpi authored Mar 12, 2024
2 parents 96cb88b + 26d9feb commit 2f98f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packet.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ lwmqtt_err_t lwmqtt_encode_ack(uint8_t *buf, size_t buf_len, size_t *len, lwmqtt
* @param dup The dup flag.
* @param packet_id The packet id.
* @param topic The topic.
* @parma msg The message.
* @param msg The message.
* @return An error value.
*/
lwmqtt_err_t lwmqtt_decode_publish(uint8_t *buf, size_t buf_len, bool *dup, uint16_t *packet_id, lwmqtt_string_t *topic,
Expand Down

0 comments on commit 2f98f2a

Please sign in to comment.