Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
20:2d6ab23956e5
Parent:
18:01a93677e40c
Child:
27:98f824719d1c
diff -r ab2088e0dec6 -r 2d6ab23956e5 utils.cpp
--- a/utils.cpp	Sat Sep 20 11:27:47 2014 +0000
+++ b/utils.cpp	Sat Sep 20 13:34:52 2014 +0000
@@ -42,8 +42,8 @@
 }
 
 int __init_eth__( EthernetInterface * eth ){
-    //eth->init( __MY_IP__, "255.255.255.0", "192.168.120.1" );
-    eth->init( "192.168.2.200", "255.255.255.0", "192.168.2.254" );
+    eth->init( __MY_IP__, "255.255.255.0", "192.168.120.1" );     //Default
+    //eth->init( "192.168.2.200", "255.255.255.0", "192.168.2.254" );     //Colinas 1
     
 /*
 #ifdef debug_colinas