commit | 77c68aa070657d1dc794e39301d416e51dd76260 | [log] [tgz] |
---|---|---|
author | Hubert Miś <hubert.mis@nordicsemi.no> | Wed Jan 27 19:28:00 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Feb 02 14:03:01 2021 -0500 |
tree | 0dad7ba70daba125b3d0e60320f12ea072d3ae3d | |
parent | 22687c34e396dd5393d68a5592560358b8419afd [diff] |
net: coap: clean up token usage in samples and tests This patch replaces magic numbers with COAP_TOKEN_MAX_LEN value and removes unnecessary castings of token buffer type. Signed-off-by: Hubert Miś <hubert.mis@nordicsemi.no>