Skip to content

Commit

Permalink
fixup! fixup! fixup! nanocoap: rework option handling
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Mar 14, 2018
1 parent 5e536e8 commit b42a1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/include/net/nanocoap.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ typedef struct __attribute__((packed)) {
* @brief CoAP option array entry
*/
typedef struct {
uint16_t opt_num;
uint16_t offset;
uint16_t opt_num; /**< full CoAP option number */
uint16_t offset; /**< offset in packet */
} coap_optpos_t;

typedef struct {
Expand Down

0 comments on commit b42a1a3

Please sign in to comment.