Skip to content

Commit

Permalink
fixup! gcoap: restriced GCOAP_REQ_OPTIONS_BUF to 40b
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Aug 8, 2017
1 parent 255fa2e commit 9f13395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/net/gcoap.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ extern "C" {
*
* Accommodates Content-Format and Uri-Queries
*/
#define GCOAP_REQ_OPTIONS_BUF (48)
#define GCOAP_REQ_OPTIONS_BUF (40)

/**
* @brief Size of the buffer used to write options in a response
Expand Down

0 comments on commit 9f13395

Please sign in to comment.