summaryrefslogtreecommitdiff
path: root/fw/src/main.c
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-03-22 21:21:44 +0100
committerxengineering <me@xengineering.eu>2025-03-22 21:21:44 +0100
commit9f2ce4cc9ba9ad45a7e88247f8c1fb0953717b0e (patch)
treec9a6f96084c71a62cd3a64e9cddcf246389d3a13 /fw/src/main.c
parent76c2e5393edb38bc553fa1de05aed0a4f46ec325 (diff)
downloadiot-contact-9f2ce4cc9ba9ad45a7e88247f8c1fb0953717b0e.tar
iot-contact-9f2ce4cc9ba9ad45a7e88247f8c1fb0953717b0e.tar.zst
iot-contact-9f2ce4cc9ba9ad45a7e88247f8c1fb0953717b0e.zip
fw: Remove empty main
Diffstat (limited to 'fw/src/main.c')
-rw-r--r--fw/src/main.c10
1 files changed, 0 insertions, 10 deletions
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;
-}