删除不用代码

This commit is contained in:
kerwincui
2021-07-04 17:59:21 +08:00
parent f9c7973909
commit e747bd935e
7 changed files with 0 additions and 56 deletions

View File

@@ -1,3 +0,0 @@
set(COMPONENT_SRCS "example2.c")
set(COMPONENT_ADD_INCLUDEDIRS ". include")
register_component()

View File

@@ -1,7 +0,0 @@
#include "example2.h"
#include <stdio.h>
void example2()
{
printf("example2\n");
}

View File

@@ -1,9 +0,0 @@
#ifndef _IOT_EXAMPLE2_H_
#define _IOT_EXAMPLE2_H_
void example2();
#endif