Moon Light / Mbed 2 deprecated CANUSB30

Dependencies:   mbed

Committer:
moon_light
Date:
Thu Feb 10 12:21:50 2011 +0000
Revision:
0:050fdb1efb7a
ver 0.1

Who changed what in which revision?

UserRevisionLine numberNew 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;