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

net/nanocoap/kconfig: Explicitly define type of MODULE_NANOCOAP

This commit is contained in:
Leandro Lanzieri 2020-04-27 10:06:01 +02:00
parent 4ceff67ca0
commit b91c8502dc
No known key found for this signature in database
GPG Key ID: 39607DE6080007A3

View File

@ -7,6 +7,7 @@
# Nanocoap provides CoAP functionalities
config MODULE_NANOCOAP
bool
select HAS_PROTOCOL_COAP
menuconfig KCONFIG_MODULE_NANOCOAP