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:b56b6a05cad4, 2011-06-29 (annotated)
- Committer:
- igorsk
- Date:
- Wed Jun 29 16:01:58 2011 +0000
- Revision:
- 0:b56b6a05cad4
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| igorsk | 0:b56b6a05cad4 | 1 | #ifndef NET_CFG_H |
| igorsk | 0:b56b6a05cad4 | 2 | #define NET_GPRS 1 |
| igorsk | 0:b56b6a05cad4 | 3 | #define NET_PPP 1 |
| igorsk | 0:b56b6a05cad4 | 4 | #define NET_GPRS_MODULE 1 |
| igorsk | 0:b56b6a05cad4 | 5 | #define NET_ETH 1 |
| igorsk | 0:b56b6a05cad4 | 6 | #define NET_USB_SERIAL 1 |
| igorsk | 0:b56b6a05cad4 | 7 | #define NET_CFG_H 1 |
| igorsk | 0:b56b6a05cad4 | 8 | #define NET_UMTS 1 |
| igorsk | 0:b56b6a05cad4 | 9 | #define NET_USB 1 |
| igorsk | 0:b56b6a05cad4 | 10 | #define NET_LWIP_STACK 1 |
| igorsk | 0:b56b6a05cad4 | 11 | #endif |