From 9f2ce4cc9ba9ad45a7e88247f8c1fb0953717b0e Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 22 Mar 2025 21:21:44 +0100 Subject: fw: Remove empty main --- fw/CMakeLists.txt | 1 - fw/src/main.c | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 fw/src/main.c diff --git a/fw/CMakeLists.txt b/fw/CMakeLists.txt index eff06f2..1b978b7 100644 --- a/fw/CMakeLists.txt +++ b/fw/CMakeLists.txt @@ -38,7 +38,6 @@ project(iot-contact-fw) target_sources(app PRIVATE - "${CMAKE_CURRENT_SOURCE_DIR}/src/main.c" "${CMAKE_CURRENT_SOURCE_DIR}/src/syslog.c" "${CMAKE_CURRENT_SOURCE_DIR}/src/network.c" "${CMAKE_CURRENT_SOURCE_DIR}/src/http.c" diff --git a/fw/src/main.c b/fw/src/main.c deleted file mode 100644 index faba14b..0000000 --- a/fw/src/main.c +++ /dev/null @@ -1,10 +0,0 @@ -/* - * This Source Code Form is subject to the terms of the Mozilla Public License, - * v. 2.0. If a copy of the MPL was not distributed with this file, You can - * obtain one at https://mozilla.org/MPL/2.0/. - */ - -int main(void) -{ - return 0; -} -- cgit v1.2.3-70-g09d2