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

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

Revision:
39:9fd8397cbef9
Parent:
37:51fed2a3e009
Child:
42:d6f9ce115eaf
diff -r 132e83a591d0 -r 9fd8397cbef9 Codes/Capture.cpp
--- a/Codes/Capture.cpp	Thu Jan 07 18:44:44 2016 +0000
+++ b/Codes/Capture.cpp	Thu Jan 14 17:25:00 2016 +0000
@@ -91,12 +91,6 @@
     }
 }
 
-//DMA ISR signals the capture thread about the end of capture event
-extern "C" void DMA_IRQHandler(void)
-{
-    Capture::ISRHandler();
-}
-
 void Capture::ISRHandler()
 {
     Capture::m_BufferIndex = (~Capture::m_BufferIndex)&1;