ESP-IDF Firmware
Firmware architecture and call graph
Loading...
Searching...
No Matches
components/espressif__esp-dsp/modules/fft/test_sim/main.c
Go to the documentation of this file.
1#include <stdlib.h>
2#include <stdio.h>
3
4void test_fft2r();
5
6int main(void)
7{
8 printf("main starts!\n");
9// xt_iss_profile_enable();
10 test_fft2r();
11// xt_iss_profile_disable();
12
13 printf("Test done\n");
14}
void test_fft2r()
Definition test_fft2r.c:38