Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
125:8ff4dc96ad58
Parent:
124:c1b6c893e1c3
Child:
132:05cd37f7e007
--- a/file_system_manager.cpp	Wed May 13 14:25:57 2015 +0000
+++ b/file_system_manager.cpp	Wed May 13 21:18:12 2015 +0000
@@ -271,7 +271,6 @@
 
 void set_gateway ( const char * new_gateway )
 {
-    //fgate = fopen("/qspi/mygateway.txt", "w");
     FILE * fgate = fopen("/qspi/mygateway.txt", "w");
     if ( fgate )
     {
@@ -815,7 +814,6 @@
         fmax = fopen("/qspi/maxext.txt", "r" );
         fmin = fopen("/qspi/minext.txt", "r" );
         fshift_port = fopen("/qspi/shift_port.txt", "r" );
-         
     }
 
     if( type == 'w') {