diff projects/audio_in_FFT/main.cpp @ 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 3c3a1357657d
children
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) {