prepare for multiple chip support
This commit is contained in:
parent
6aab9f01cf
commit
121a9b2cb8
9 changed files with 35 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
struct DivOrders {
|
||||
unsigned char ord[32][128];
|
||||
unsigned char ord[DIV_MAX_CHANS][128];
|
||||
|
||||
DivOrders() {
|
||||
memset(ord,0,32*128);
|
||||
memset(ord,0,DIV_MAX_CHANS*128);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue