sync
This commit is contained in:
parent
af86ce3c55
commit
c630441e61
3
components/drivers/CMakeLists.txt
Normal file
3
components/drivers/CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
||||
idf_component_register(SRCS "drivers.c"
|
||||
INCLUDE_DIRS "include")
|
||||
|
||||
7
components/drivers/drivers.c
Normal file
7
components/drivers/drivers.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include "drivers.h"
|
||||
|
||||
void func(void)
|
||||
{
|
||||
|
||||
}
|
||||
1
components/drivers/include/drivers.h
Normal file
1
components/drivers/include/drivers.h
Normal file
@ -0,0 +1 @@
|
||||
void func(void);
|
||||
Loading…
x
Reference in New Issue
Block a user