diff options
Diffstat (limited to 'firmware/src/main/CMakeLists.txt')
| -rw-r--r-- | firmware/src/main/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/src/main/CMakeLists.txt b/firmware/src/main/CMakeLists.txt new file mode 100644 index 0000000..07686dc --- /dev/null +++ b/firmware/src/main/CMakeLists.txt @@ -0,0 +1,2 @@ +idf_component_register(SRCS "hello_world_main.c" + INCLUDE_DIRS "") |
