Training
Consulting
Tools
xref
: /
hal_espressif-3.6.0
/
tools
/
test_apps
/
system
/
startup
/
main
/
test_startup_main.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
app_main(void)
3
void
app_main
(
void
)
4
{
5
printf
(
"app_main running\n"
);
6
}
7