You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
503 B
C
37 lines
503 B
C
#ifndef _DRIVER_H_
|
|
#define _DRIVER_H_
|
|
__ALIGNED(8) const char testDesc[]={
|
|
3,0,0,0,
|
|
1,0,0,0,
|
|
'n','n',
|
|
3,0,0,0,
|
|
1,0,0,0,
|
|
'n','y','D','S','P','\0',
|
|
3,0,0,0,
|
|
3,0,0,0,
|
|
'n','y','B','a','y','e','s','\0',
|
|
2,0,0,0,
|
|
1,0,0,0,
|
|
'n','y','B','a','y','e','s','F','3','2','\0',
|
|
0,0,0,0,
|
|
5,0,0,0,
|
|
0,0,0,0,
|
|
3,0,0,0,
|
|
8,0,0,0,
|
|
140,0,0,0,
|
|
56,2,0,0,
|
|
146,0,0,0,
|
|
128,4,0,0,
|
|
50,0,0,0,
|
|
72,5,0,0,
|
|
10,0,0,0,
|
|
2,0,0,0,
|
|
'P','r','o','b','a','s','\0',
|
|
'P','r','e','d','i','c','t','s','\0',
|
|
0,0,0,0,
|
|
1,0,0,0,
|
|
1,0,0,0,
|
|
'n','n',
|
|
};
|
|
#endif
|