mirror of
https://github.com/espressif/openthread.git
synced 2026-09-13 12:40:05 +00:00
[config] include misc.h in srp_client.h (#8146)
This ensures that `OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE` is defined in `config/srp_client.h` and can be safely used for defining `OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_MAX_HOST_ADDRESSES`.
This commit is contained in:
@@ -35,6 +35,8 @@
|
|||||||
#ifndef CONFIG_SRP_CLIENT_H_
|
#ifndef CONFIG_SRP_CLIENT_H_
|
||||||
#define CONFIG_SRP_CLIENT_H_
|
#define CONFIG_SRP_CLIENT_H_
|
||||||
|
|
||||||
|
#include "config/misc.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @def OPENTHREAD_CONFIG_SRP_CLIENT_ENABLE
|
* @def OPENTHREAD_CONFIG_SRP_CLIENT_ENABLE
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user