Commit 6880efdf5aa63ba3d598af68dbbbc2511a1a604f

Authored by Simon Goldschmidt
Committed by Joe Hershberger
1 parent a735e6e9d6

net: remove duplicate definition of ETHADDR_WILDCARD

ETHADDR_WILDCARD is defined as the same value in both env_flags.h
and env_callback.h

As env_callback.h includes env_flags.h, remove the duplicate definition
from env_callback.h

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

include/env_callback.h
... ... @@ -32,10 +32,8 @@
32 32  
33 33 #ifdef CONFIG_REGEX
34 34 #define ENV_DOT_ESCAPE "\\"
35   -#define ETHADDR_WILDCARD "\\d?"
36 35 #else
37 36 #define ENV_DOT_ESCAPE
38   -#define ETHADDR_WILDCARD
39 37 #endif
40 38  
41 39 #ifdef CONFIG_CMD_DNS