Versão limpa em 04/09/2014. Telnet funcionando.

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

Revision:
43:69afea5f5a4d
Parent:
42:d6f9ce115eaf
--- a/Codes/Capture.cpp	Mon Jan 18 18:01:59 2016 +0000
+++ b/Codes/Capture.cpp	Mon Jan 18 18:26:03 2016 +0000
@@ -7,7 +7,7 @@
 #include "Capture.h"
 
 
-__attribute((section("AHBSRAM1"),aligned)) float Capture::m_AdcBuffers[NUMBER_OF_CHANNELS][NUMBER_OF_SAMPLES*2];// __attribute__((section("AHBSRAM0")));
+__attribute((section("AHBSRAM1"),aligned)) float Capture::m_AdcBuffers[NUMBER_OF_CHANNELS][NUMBER_OF_SAMPLES];// __attribute__((section("AHBSRAM0")));
 
 bool Capture::flag_capture = 0;
 int Capture::cnt_buffer=0;