X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fgwinstek-gpd%2Fprotocol.c;fp=src%2Fhardware%2Fgwinstek-gpd%2Fprotocol.c;h=ba69fed4a1fb052d22a3fab462bd24f64f25ee50;hp=827135e0f16a1c19071a046b5a9fb45d32799f80;hb=eaa8c6597b880d018731c36922ed4013e34813e1;hpb=b872ab7d301d7a8352b01bde8d6b9e8bde069129 diff --git a/src/hardware/gwinstek-gpd/protocol.c b/src/hardware/gwinstek-gpd/protocol.c index 827135e0..ba69fed4 100644 --- a/src/hardware/gwinstek-gpd/protocol.c +++ b/src/hardware/gwinstek-gpd/protocol.c @@ -118,7 +118,6 @@ SR_PRIV int gpd_receive_data(int fd, int revents, void *cb_data) serial = sdi->conn; if (revents == G_IO_IN) { - sr_dbg("%s(G_IO_IN)", __func__); if (!devc->reply_pending) { sr_err("No reply pending."); gpd_receive_reply(serial, reply, sizeof(reply)); @@ -183,7 +182,6 @@ SR_PRIV int gpd_receive_data(int fd, int revents, void *cb_data) devc->reply_pending = FALSE; } } else { - sr_dbg("%s(TIMEOUT)", __func__); if (!devc->reply_pending) { for (i = 0; i < devc->model->num_channels; i++) gpd_send_cmd(serial, "IOUT%d?\nVOUT%d?\n",