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: mbed EthernetInterface mbed-rtos
include/config.h@0:da21a9dd2303, 2014-02-18 (annotated)
- Committer:
- teruo
- Date:
- Tue Feb 18 11:34:08 2014 +0000
- Revision:
- 0:da21a9dd2303
- Child:
- 1:50463ff10d56
??????
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| teruo | 0:da21a9dd2303 | 1 | #ifndef __CONFIG_H__ |
| teruo | 0:da21a9dd2303 | 2 | #define __CONFIG_H__ |
| teruo | 0:da21a9dd2303 | 3 | |
| teruo | 0:da21a9dd2303 | 4 | #define _DEBUG |
| teruo | 0:da21a9dd2303 | 5 | |
| teruo | 0:da21a9dd2303 | 6 | #define SERVER_HOST "10.112.5.220" |
| teruo | 0:da21a9dd2303 | 7 | #define SERVER_HOST_PORT 8080 |
| teruo | 0:da21a9dd2303 | 8 | |
| teruo | 0:da21a9dd2303 | 9 | |
| teruo | 0:da21a9dd2303 | 10 | |
| teruo | 0:da21a9dd2303 | 11 | #endif /* __CONFIG_H__ */ |