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.
common.h@0:050fdb1efb7a, 2011-02-10 (annotated)
- Committer:
- moon_light
- Date:
- Thu Feb 10 12:21:50 2011 +0000
- Revision:
- 0:050fdb1efb7a
ver 0.1
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| moon_light | 0:050fdb1efb7a | 1 | struct reqTbl |
| moon_light | 0:050fdb1efb7a | 2 | { |
| moon_light | 0:050fdb1efb7a | 3 | int id; // |
| moon_light | 0:050fdb1efb7a | 4 | int code; // |
| moon_light | 0:050fdb1efb7a | 5 | int freq; // |
| moon_light | 0:050fdb1efb7a | 6 | int fcnt; // |
| moon_light | 0:050fdb1efb7a | 7 | }; |
| moon_light | 0:050fdb1efb7a | 8 | |
| moon_light | 0:050fdb1efb7a | 9 | extern reqTbl req_Table[]; |
| moon_light | 0:050fdb1efb7a | 10 | extern int req_NumTbl; |