esp-idf/tools/test_apps/startup/main/test_startup_main.c
Ivan Grokhotkov e63764b468 CI: test-apps introduction
Introducing feature of adding arbitrary projects which could be build or
executed in the CI for the only purpose as testing

Closes IDF-641
2020-02-06 16:46:41 +00:00

7 lines
78 B
C

#include <stdio.h>
void app_main(void)
{
printf("app_main running\n");
}