From 7447a3875ea64b1fd45aaae850085b0cac5c8e50 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 21 Mar 2025 22:40:53 +0100 Subject: fw: network: Rename from mac The scope of the mac.{c,h} files was very small. Furthermore more network related logic needs a place. Thus making the name more general makes sense. --- fw/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fw/CMakeLists.txt') diff --git a/fw/CMakeLists.txt b/fw/CMakeLists.txt index 5a8d6c4..d1e1d90 100644 --- a/fw/CMakeLists.txt +++ b/fw/CMakeLists.txt @@ -22,7 +22,7 @@ target_sources(app PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/src/main.c" "${CMAKE_CURRENT_SOURCE_DIR}/src/syslog.c" - "${CMAKE_CURRENT_SOURCE_DIR}/src/mac.c" + "${CMAKE_CURRENT_SOURCE_DIR}/src/network.c" "${CMAKE_CURRENT_SOURCE_DIR}/src/http.c" "${CMAKE_CURRENT_SOURCE_DIR}/src/ws.c" "${CMAKE_CURRENT_SOURCE_DIR}/src/heart.c" -- cgit v1.2.3-70-g09d2