sr: sigrok.h.in: Set SR_HWCAP_DUMMY to 0 explicitly.
This commit is contained in:
parent
660ef7d730
commit
fb93625d1a
|
@ -189,7 +189,7 @@ struct sr_probe {
|
|||
|
||||
/* Hardware plugin capabilities */
|
||||
enum {
|
||||
SR_HWCAP_DUMMY, /* Used to terminate lists */
|
||||
SR_HWCAP_DUMMY = 0, /* Used to terminate lists. Must be 0! */
|
||||
|
||||
/*--- Device classes ------------------------------------------------*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue