Fix build
This commit is contained in:
parent
8c47f98b07
commit
677f642d9a
2 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
|||
#define _ORDERS_H
|
||||
|
||||
struct DivOrders {
|
||||
PatternOrder ord[DIV_MAX_CHANS][DIV_MAX_PATTERNS];
|
||||
unsigned char ord[DIV_MAX_CHANS][DIV_MAX_PATTERNS];
|
||||
|
||||
DivOrders() {
|
||||
memset(ord,0,DIV_MAX_CHANS*DIV_MAX_PATTERNS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue