X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fmic-985xx%2Fprotocol.c;h=65490537609f03f936f261f8ad12065e2621cfe9;hb=9de47e9e712844f46f693915d405a89846e61084;hp=9bd7dcd896050aed44ead03854a425305fd26a81;hpb=301090aa58844e78e7c4d45275a4b6c29b31c72a;p=libsigrok.git diff --git a/src/hardware/mic-985xx/protocol.c b/src/hardware/mic-985xx/protocol.c index 9bd7dcd8..65490537 100644 --- a/src/hardware/mic-985xx/protocol.c +++ b/src/hardware/mic-985xx/protocol.c @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #include @@ -113,7 +112,7 @@ static int handle_packet(const uint8_t *buf, struct sr_dev_inst *sdi, int idx) return SR_ERR; } - sr_analog_init(&analog, &encoding, &meaning, &spec, 3); + sr_analog_init(&analog, &encoding, &meaning, &spec, 1); /* Common values for both channels. */ packet.type = SR_DF_ANALOG;