mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
sys/suit: include nanocoap.h only when used
This commit is contained in:
parent
e22e357374
commit
c700ead7e9
@ -25,7 +25,9 @@
|
|||||||
#ifndef SUIT_TRANSPORT_WORKER_H
|
#ifndef SUIT_TRANSPORT_WORKER_H
|
||||||
#define SUIT_TRANSPORT_WORKER_H
|
#define SUIT_TRANSPORT_WORKER_H
|
||||||
|
|
||||||
|
#if MODULE_NANOCOAP
|
||||||
# include "net/nanocoap.h"
|
# include "net/nanocoap.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user