File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
NCKU_New_Vision_World/ARC Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 44#include <stdio.h>
55#include "FFT.h"
66
7+ #define M_PI 3.14159265358979323846
8+
79static inline float MelScale (float freq )
810{
911 return 1127.0f * logf (1.0f + freq / 700.0f );
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ BOARD=iotdk
77#
88# root dir of embARC
99#
10- EMBARC_ROOT = ../../..
10+ EMBARC_ROOT = ../../../../..
1111
1212MID_SEL = common
1313
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ TOOLCHAIN = gnu
55
66APPL_DEFINES = -DUSE_APPL_MEM_CONFIG -DV2DSP_XY -DMODEL_BIT_DEPTH=8
77# root dir of embARC
8- EMBARC_ROOT = ../../..
8+ EMBARC_ROOT = ../../../..
99
1010LIB_SEL = embarc_mli
1111MID_SEL = common
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ JTAG ?= usb
2020#
2121# root dir of embARC
2222#
23- EMBARC_ROOT = ../../../../
23+ EMBARC_ROOT = ../../../../..
2424MID_SEL = common u8glib
2525
2626
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ DEV_INCDIR += $(EMBARC_ROOT)/device/peripheral/adc/ad7991
1212#
1313# root dir of embARC
1414#
15- EMBARC_ROOT = ../../..
15+ EMBARC_ROOT = ../../../../..
1616
1717MID_SEL = common
1818
You can’t perform that action at this time.
0 commit comments