GUI: add a debug window
This commit is contained in:
parent
30b012cc5e
commit
0e633ea69b
44 changed files with 490 additions and 4 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef _ORDERS_H
|
||||
#define _ORDERS_H
|
||||
|
||||
struct DivOrders {
|
||||
unsigned char ord[DIV_MAX_CHANS][128];
|
||||
|
||||
|
|
@ -5,3 +8,5 @@ struct DivOrders {
|
|||
memset(ord,0,DIV_MAX_CHANS*128);
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue