]> sigrok.org Git - libsigrok.git/commit
hantek-4032l: Fix a compiler warning.
authorUwe Hermann <redacted>
Fri, 9 Feb 2018 20:26:38 +0000 (21:26 +0100)
committerUwe Hermann <redacted>
Fri, 9 Feb 2018 20:44:23 +0000 (21:44 +0100)
commit793e9963b85b113e31732c1a9bb3249afff167b2
tree4e2bdb929a5cd407d221950ebb6caf8c61d2cdce
parent3347fe26a08aaa337c9278f681ccded1c0ce3849
hantek-4032l: Fix a compiler warning.

  api.c: In function 'config_set':
  api.c:352:5: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'uint64_t' [-Wformat=]
       sr_err("invalid sample range 2k...64M: %ld",
       ^
src/hardware/hantek-4032l/api.c