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

Merge pull request #13959 from leandrolanzieri/pr/nanocoap/kconfig/add_type

nanocoap/kconfig: Explicitly define type of MODULE_NANOCOAP
This commit is contained in:
Koen Zandberg 2020-04-28 12:48:47 +02:00 committed by GitHub
commit 943450a567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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