Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
124:c1b6c893e1c3
Parent:
122:480c44b0e205
Child:
125:8ff4dc96ad58
--- a/fw_handler.cpp	Mon May 11 19:21:39 2015 +0000
+++ b/fw_handler.cpp	Wed May 13 14:25:57 2015 +0000
@@ -28,6 +28,7 @@
         }
     }
     if( fp != NULL ) fclose( fp );
+    
     fp = fopen( "/qspi/fw_port.txt", "r");
     if( fp == NULL ) {
         if( debug_fw || debug_reconnect ) send_msg ("Failed to open /qspi/fw_port.txt" );