Skip to content
Snippets Groups Projects
Commit cb3cb784 authored by Grzegorz Sluja's avatar Grzegorz Sluja
Browse files

fixup! Handle debug level by libs in easy_soc_libs

parent 91ac79b7
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ extern "C" { ...@@ -32,7 +32,7 @@ extern "C" {
#define libethernet_err(...) err("libethernet: " __VA_ARGS__) #define libethernet_err(...) err("libethernet: " __VA_ARGS__)
#define libethernet_warn(...) warn("libethernet: " __VA_ARGS__) #define libethernet_warn(...) warn("libethernet: " __VA_ARGS__)
#define libethernet_info(...) info("libethernet: " __VA_ARGS__) #define libethernet_info(...) inf("libethernet: " __VA_ARGS__)
#define libethernet_dbg(...) dbg("libethernet: " __VA_ARGS__) #define libethernet_dbg(...) dbg("libethernet: " __VA_ARGS__)
/* enum eth_duplex - duplex modes */ /* enum eth_duplex - duplex modes */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment