]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - procsdk_audio_x_xx_xx_xx/common/fwkPort.c
Add demo source code
[processor-sdk/performance-audio-sr.git] / procsdk_audio_x_xx_xx_xx / common / fwkPort.c
diff --git a/procsdk_audio_x_xx_xx_xx/common/fwkPort.c b/procsdk_audio_x_xx_xx_xx/common/fwkPort.c
new file mode 100644 (file)
index 0000000..55b1d71
--- /dev/null
@@ -0,0 +1,9 @@
+#include <xdc/std.h>
+
+#include "fwkPort.h"
+
+// FL: Temporary, 1st parameter for audioStream1Task().
+// FL: Need to remove this since SYS/BIOS 6.21 doesn't allow more than 2 parameters for a task.
+Int gBetaPrimeValue=0;
+
+far LoggerBuf_Struct trace;