ESP-IDF Firmware
Firmware architecture and call graph
Loading...
Searching...
No Matches
components/espressif__esp-dsp/modules/fir/test_sim/main.c
Go to the documentation of this file.
1
2void test_fir();
3
4int main(void)
5{
6 printf("main starts!\n");
7// xt_iss_profile_enable();
8 test_fir();
9// xt_iss_profile_disable();
10
11 printf("Test done\n");
12}
void test_fir()
Definition test_fir.c:19