]> sigrok.org Git - libsigrok.git/commit
beaglelogic: Fix a compiler warning.
authorUwe Hermann <redacted>
Fri, 9 Feb 2018 20:25:18 +0000 (21:25 +0100)
committerUwe Hermann <redacted>
Fri, 9 Feb 2018 20:44:23 +0000 (21:44 +0100)
commit3347fe26a08aaa337c9278f681ccded1c0ce3849
tree9da87b7ea4f6350af994ffb5a4bd061e5ad03863
parent93b5cd6919a31f530cd87042b11a28827f4a7fa6
beaglelogic: Fix a compiler warning.

 beaglelogic_tcp.c: In function 'beaglelogic_tcp_send_cmd':
 beaglelogic_tcp.c:114:3: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' [-Wformat=]
     sr_dbg("Only sent %d/%lu bytes of command: '%s'.", out,
     ^
src/hardware/beaglelogic/beaglelogic_tcp.c