Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface NTPClient mbed-rtos_old mbed
Fork of header_main_public by
Diff: utils.cpp
- Revision:
- 16:b45b5b7363d7
- Parent:
- 15:9c7456c1b6f4
- Child:
- 17:67a6b557eda5
--- a/utils.cpp Thu Sep 18 13:56:13 2014 +0000
+++ b/utils.cpp Thu Sep 18 13:59:58 2014 +0000
@@ -43,8 +43,7 @@
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__, __MY_MK__, __MY_GW__ );
+ eth->init( "192.168.2.200", "255.255.255.0", "192.168.2.254" );
/*
#ifdef debug_colinas
