1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #10687 from kb2ma/nanocoap/remove_macro

net/nanocoap: remove obsolete macro
This commit is contained in:
Kaspar Schleiser 2019-01-03 11:00:52 +01:00 committed by GitHub
commit 0ca4703dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,7 +188,6 @@ extern "C" {
/** @} */
#ifdef MODULE_GCOAP
#define NANOCOAP_URL_MAX NANOCOAP_URI_MAX
#define NANOCOAP_QS_MAX (64)
#endif