net/eui_provider: define board EUI providers in eui_provider_params.h
This commit is contained in:
parent
fe9ae5bc80
commit
d616995d7b
@ -17,7 +17,9 @@
|
|||||||
#ifndef EUI48_PROVIDER_PARAMS_H
|
#ifndef EUI48_PROVIDER_PARAMS_H
|
||||||
#define EUI48_PROVIDER_PARAMS_H
|
#define EUI48_PROVIDER_PARAMS_H
|
||||||
|
|
||||||
#include "board.h"
|
#if __has_include("eui_provider_params.h")
|
||||||
|
#include "eui_provider_params.h"
|
||||||
|
#endif
|
||||||
#include "net/eui_provider.h"
|
#include "net/eui_provider.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@ -17,7 +17,9 @@
|
|||||||
#ifndef EUI64_PROVIDER_PARAMS_H
|
#ifndef EUI64_PROVIDER_PARAMS_H
|
||||||
#define EUI64_PROVIDER_PARAMS_H
|
#define EUI64_PROVIDER_PARAMS_H
|
||||||
|
|
||||||
#include "board.h"
|
#if __has_include("eui_provider_params.h")
|
||||||
|
#include "eui_provider_params.h"
|
||||||
|
#endif
|
||||||
#include "net/eui_provider.h"
|
#include "net/eui_provider.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user