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.
Fork of NetServicesMin by
netCfg.h@0:8b387bed54c2, 2011-01-10 (annotated)
- Committer:
- hlipka
- Date:
- Mon Jan 10 21:03:11 2011 +0000
- Revision:
- 0:8b387bed54c2
initial version
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| hlipka | 0:8b387bed54c2 | 1 | #ifndef NET_CFG_H |
| hlipka | 0:8b387bed54c2 | 2 | #define NET_GPRS 0 |
| hlipka | 0:8b387bed54c2 | 3 | #define NET_PPP 0 |
| hlipka | 0:8b387bed54c2 | 4 | #define NET_GPRS_MODULE 0 |
| hlipka | 0:8b387bed54c2 | 5 | #define NET_ETH 1 |
| hlipka | 0:8b387bed54c2 | 6 | #define NET_USB_SERIAL 0 |
| hlipka | 0:8b387bed54c2 | 7 | #define NET_CFG_H 1 |
| hlipka | 0:8b387bed54c2 | 8 | #define NET_UMTS 0 |
| hlipka | 0:8b387bed54c2 | 9 | #define NET_USB 0 |
| hlipka | 0:8b387bed54c2 | 10 | #define NET_LWIP_STACK 1 |
| hlipka | 0:8b387bed54c2 | 11 | #endif |
