diff options
Diffstat (limited to 'fw/src')
-rw-r--r-- | fw/src/main.c | 10 |
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; -} |