Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
26:725cbbedadd5
Parent:
22:d2a4b5939115
Child:
33:735fd60e96d8
--- a/configs.cpp	Mon Sep 22 14:43:46 2014 +0000
+++ b/configs.cpp	Mon Sep 22 16:56:00 2014 +0000
@@ -4,6 +4,8 @@
 #include "UART3Interrupt.h" 
 #include "parallelcpld.h"
 
+QSPIFileSystem qspifs("qspi");  // file system
+
 //*****************************************************************************
 //                             Pins/Modules Config
 //***************************************************************************** 
@@ -48,7 +50,7 @@
     ENABLE_F_RX = 1;
     DataReady = 0;
     RST = 1;
-    while(reset--){}
+    while( reset-- > 1 ){}
     RST = 0;        
 }