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: libnsdl C027_Support mbed-rtos
configuration.h@0:d2ac2f05a621, 2015-04-28 (annotated)
- Committer:
- ansond
- Date:
- Tue Apr 28 05:03:29 2015 +0000
- Revision:
- 0:d2ac2f05a621
- Child:
- 2:fe45db933118
initial checkin of cellular supported endpoint network
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ansond | 0:d2ac2f05a621 | 1 | #ifndef __CONFIGURATION_H_ |
ansond | 0:d2ac2f05a621 | 2 | #define __CONFIGURATION_H_ |
ansond | 0:d2ac2f05a621 | 3 | |
ansond | 0:d2ac2f05a621 | 4 | /************** Ethernet CONFIGURATION PARAMETERS ************************/ |
ansond | 0:d2ac2f05a621 | 5 | |
ansond | 0:d2ac2f05a621 | 6 | // we will use ThreadedResourceObserver |
ansond | 0:d2ac2f05a621 | 7 | #define CONNECTOR_USING_THREADS 1 |
ansond | 0:d2ac2f05a621 | 8 | |
ansond | 0:d2ac2f05a621 | 9 | /************** Ethernet CONFIGURATION PARAMETERS ************************/ |
ansond | 0:d2ac2f05a621 | 10 | |
ansond | 0:d2ac2f05a621 | 11 | #endif // __CONFIGURATION_H_ |