Age | Commit message (Collapse) | Author |
|
Code coverage increased to 98%, only 5 lines missed. 4 are from
handle_channel_msg_generic().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See bug #664 for details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Follow an API change in libsigrokdecode where srd_inst_channel_set_all()
no longer gets passed a unitsize, but rather srd_session_send() gets it.
|
|
|
|
|