fixed internal clock to 16Mhz

This commit is contained in:
2024-02-27 21:29:54 +01:00
parent 1c64b41a4d
commit 7dba052e88
3 changed files with 18 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ int fix_fft(char fr[], char fi[], int m, int inverse);
real and imaginary samples in the complex array.
*/
int fix_fftr(char f[], int m, int inverse);
static inline char FIX_MPY(char a,char b);
//static inline char FIX_MPY(char a,char b);