Let the SEGFAULTS begin!
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2
components/remote_control/CMakeLists.txt
Normal file
2
components/remote_control/CMakeLists.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
idf_component_register(SRCS "remote_control.c"
|
||||
INCLUDE_DIRS "include")
|
1
components/remote_control/include/remote_control.h
Normal file
1
components/remote_control/include/remote_control.h
Normal file
@@ -0,0 +1 @@
|
||||
void func(void);
|
7
components/remote_control/remote_control.c
Normal file
7
components/remote_control/remote_control.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include "remote_control.h"
|
||||
|
||||
void func(void)
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user