libsigrok/src/hardware/mooshimeter-dmm
Gerhard Sittig 76dea519e4 mooshimeter-dmm: silence compiler warning (memset() prototypes)
The Mooshimeter driver uses mem*() and str*() library calls. Include the
<string.h> header file to silence compiler warnings.

  ...
  ./src/hardware/mooshimeter-dmm/protocol.c: In function 'lookup_tree_path':
  ./src/hardware/mooshimeter-dmm/protocol.c:275:3: warning: implicit declaration of function 'strchr' [-Wimplicit-function-declaration]
     end = strchr(path, ':');
     ^
  ./src/hardware/mooshimeter-dmm/protocol.c:275:9: warning: incompatible implicit declaration of built-in function 'strchr' [enabled by default]
     end = strchr(path, ':');
           ^
  ...
2019-10-29 17:50:07 +01:00
..
api.c mooshimeter-dmm: Only report successful scan upon working connection. 2019-10-26 21:10:48 +02:00
protocol.c mooshimeter-dmm: silence compiler warning (memset() prototypes) 2019-10-29 17:50:07 +01:00
protocol.h Add support for the Mooshimeter DMM 2019-10-22 12:21:47 +02:00