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: EthernetInterface WebSocketClient mbed-rtos mbed
GLUE/Types.h@1:d87a428e88ee, 2014-07-17 (annotated)
- Committer:
- emh203
- Date:
- Thu Jul 17 00:18:36 2014 +0000
- Revision:
- 1:d87a428e88ee
- Parent:
- 0:29f58b9daa2c
Version for 1st project release
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| emh203 | 0:29f58b9daa2c | 1 | |
| emh203 | 0:29f58b9daa2c | 2 | #ifndef TFC_TYPES_H_ |
| emh203 | 0:29f58b9daa2c | 3 | #define TFC_TYPES_H_ |
| emh203 | 0:29f58b9daa2c | 4 | |
| emh203 | 0:29f58b9daa2c | 5 | #ifndef TRUE |
| emh203 | 0:29f58b9daa2c | 6 | #define TRUE 1 |
| emh203 | 0:29f58b9daa2c | 7 | #endif |
| emh203 | 0:29f58b9daa2c | 8 | |
| emh203 | 0:29f58b9daa2c | 9 | #ifndef FALSE |
| emh203 | 0:29f58b9daa2c | 10 | #define FALSE 0 |
| emh203 | 0:29f58b9daa2c | 11 | #endif |
| emh203 | 0:29f58b9daa2c | 12 | |
| emh203 | 0:29f58b9daa2c | 13 | #endif /* TFC_TYPES_H_ */ |