]> sigrok.org Git - libsigrokdecode.git/commit
srd_inst_stack(): Warn upon potentially incorrect stacking.
authorUwe Hermann <redacted>
Tue, 2 Apr 2019 19:35:32 +0000 (21:35 +0200)
committerUwe Hermann <redacted>
Tue, 2 Apr 2019 19:35:32 +0000 (21:35 +0200)
commit369e82655340777c7fbf03847c8ffe73ad05af5a
tree6a6b53ef237e7b8ec7cf0748b14986c2b3d3e176
parent6cbba91f23b9f9ace75b4722c9c0776b9211008d
srd_inst_stack(): Warn upon potentially incorrect stacking.

Currently there must be at least one match of inputs/outputs for
decoders that are stacked. If not, we emit an informational warning
(but this is not a hard error for the time being).
instance.c