]> sigrok.org Git - libsigrok.git/commit - src/hardware/kingst-la2016/protocol.c
kingst-la2016: prefer boolean data type for bool information
authorGerhard Sittig <redacted>
Sun, 20 Feb 2022 09:02:15 +0000 (10:02 +0100)
committerGerhard Sittig <redacted>
Tue, 22 Feb 2022 20:53:20 +0000 (21:53 +0100)
commit7a38cdf76678a64f6bfc9178e623f9f9cecfcd4b
tree6f6b2f6c0c244794be6f8b6fd5efd63910049668
parent462a2f0afbbd80007d6516850f49f4d7fabc62fc
kingst-la2016: prefer boolean data type for bool information

The la2016_is_idle() routine provided boolean information in an
'int' data type. Prefer gboolean instead.
src/hardware/kingst-la2016/protocol.c