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.
netCfg.h@0:8f5825f330b0, 2011-09-08 (annotated)
- Committer:
- RodColeman
- Date:
- Thu Sep 08 10:41:36 2011 +0000
- Revision:
- 0:8f5825f330b0
setDataLen hacked to 180bytes
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| RodColeman | 0:8f5825f330b0 | 1 | #ifndef NET_CFG_H |
| RodColeman | 0:8f5825f330b0 | 2 | #define NET_GPRS 0 |
| RodColeman | 0:8f5825f330b0 | 3 | #define NET_PPP 0 |
| RodColeman | 0:8f5825f330b0 | 4 | #define NET_GPRS_MODULE 0 |
| RodColeman | 0:8f5825f330b0 | 5 | #define NET_ETH 1 |
| RodColeman | 0:8f5825f330b0 | 6 | #define NET_USB_SERIAL 0 |
| RodColeman | 0:8f5825f330b0 | 7 | #define NET_CFG_H 1 |
| RodColeman | 0:8f5825f330b0 | 8 | #define NET_UMTS 0 |
| RodColeman | 0:8f5825f330b0 | 9 | #define NET_USB 0 |
| RodColeman | 0:8f5825f330b0 | 10 | #define NET_LWIP_STACK 1 |
| RodColeman | 0:8f5825f330b0 | 11 | #endif |