diff options
Diffstat (limited to 'fw/src')
-rw-r--r-- | fw/src/network.c (renamed from fw/src/mac.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/src/mac.c b/fw/src/network.c index e34fa0d..9ea4a40 100644 --- a/fw/src/mac.c +++ b/fw/src/network.c @@ -18,7 +18,7 @@ #include <zephyr/sys/util.h> -LOG_MODULE_REGISTER(mac); +LOG_MODULE_REGISTER(network); /* will be read from an EEPROM chip in the future */ |