|
|
|
|
|
by dzorz
5664 days ago
|
|
> Still not convinced? Try this one (suggested by Mark Scarbrough ): #define DEVICE_COUNT 4
uint8 *szDevNames[DEVICE_COUNT] = {
"SelectSet 5000",
"SelectSet 7000"}; /* table has two entries of junk
*/
Actually, the remaining two entries are 0, they are not junk. |
|