Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a5411c45f5 |
+4
-2
@@ -1,2 +1,4 @@
|
|||||||
idf_component_register(SRCS "blk_box.c"
|
idf_component_register(
|
||||||
INCLUDE_DIRS "include")
|
SRCS "blk_box.cpp"
|
||||||
|
INCLUDE_DIRS "include"
|
||||||
|
)
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
#include "blk_box.h"
|
||||||
|
|
||||||
|
const char* get_hello_world() {
|
||||||
|
return "hello, world!";
|
||||||
|
}
|
||||||
+1
-1
@@ -1 +1 @@
|
|||||||
void func(void);
|
const char* get_hello_world();
|
||||||
|
|||||||
Reference in New Issue
Block a user