changeset 212:301dceb39ec8

audio_in_FFT now works. Issue was it was setting useAnalog = 0.
author Giulio Moro <giuliomoro@yahoo.it>
date Mon, 08 Feb 2016 23:25:18 +0000
parents ff14e145f635
children c083217c4195 1721296e3e71
files projects/audio_in_FFT/main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/projects/audio_in_FFT/main.cpp	Mon Feb 08 23:24:44 2016 +0000
+++ b/projects/audio_in_FFT/main.cpp	Mon Feb 08 23:25:18 2016 +0000
@@ -46,7 +46,7 @@
 	// Set default settings
 	BeagleRT_defaultSettings(&settings);
 
-	settings.useAnalog = 0;	// No matrix usage by default
+//	settings.useAnalog = 0;	// No matrix usage by default
 
 	// Parse command-line arguments
 	while (1) {