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: Socket lwip-eth lwip-sys lwip
Fork of EthernetInterface by
Revision 8:dbc8547f882b, committed 2012-07-03
- Comitter:
- donatien
- Date:
- Tue Jul 03 12:46:34 2012 +0000
- Parent:
- 6:c50597f8d7a2
- Child:
- 9:dc763c93c6f0
- Commit message:
- Debug update : does not set 115200bps speed by default
Changed in this revision
| EthernetInterface.cpp | Show annotated file Show diff for this revision Revisions of this file |
| LwIPNetworking.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/EthernetInterface.cpp Tue Jun 26 15:33:45 2012 +0000 +++ b/EthernetInterface.cpp Tue Jul 03 12:46:34 2012 +0000 @@ -17,7 +17,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#define __DEBUG__ 4 +#define __DEBUG__ 0 #ifndef __MODULE__ #define __MODULE__ "EthernetInterface.cpp" #endif
--- a/LwIPNetworking.lib Tue Jun 26 15:33:45 2012 +0000 +++ b/LwIPNetworking.lib Tue Jul 03 12:46:34 2012 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/LwIPNetworking/#754322565baf +http://mbed.org/users/mbed_official/code/LwIPNetworking/#444031f0f531
