mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 08:29:41 +02:00
debug_ops should be char not unsigned
This commit is contained in:
parent
326700ed02
commit
d7801e1d8d
@ -107,7 +107,7 @@ struct fw_args {
|
||||
unsigned char is_busshare;
|
||||
|
||||
/* debug args */
|
||||
unsigned char debug_ops;
|
||||
char debug_ops;
|
||||
unsigned char pin_num;
|
||||
unsigned int start;
|
||||
unsigned int size;
|
||||
|
Loading…
Reference in New Issue
Block a user