mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00:00
add new command to idf
This commit is contained in:
7
tools/templates/sample_component/main.c
Normal file
7
tools/templates/sample_component/main.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include "main.h"
|
||||
|
||||
void func(void)
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user