From eb9581b2d39b1b186b4f35cf78dcc82d1b8ae098 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 1 Jul 2018 15:44:29 +0300 Subject: [PATCH] remove esp-idf /main/ --- main/component.mk | 0 main/main.c | 25 ------------------------- 2 files changed, 25 deletions(-) delete mode 100644 main/component.mk delete mode 100644 main/main.c diff --git a/main/component.mk b/main/component.mk deleted file mode 100644 index e69de29..0000000 diff --git a/main/main.c b/main/main.c deleted file mode 100644 index 812fff4..0000000 --- a/main/main.c +++ /dev/null @@ -1,25 +0,0 @@ -/* -*- Mode: C ; c-basic-offset: 2 -*- */ -/* - * Copyright 2018 apeos contributors - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#include - -void app_main(void) -{ - printf("Welcome to apeos\n"); -} - -- 2.11.4.GIT