libsigrok/src/hardware/siglent-sds
Uwe Hermann b4580cb9d0 siglent-sds: Fix multiple scan-build warnings.
src/hardware/siglent-sds/api.c:596:3: warning: Argument to g_free() is the address of a global variable, which is not memory allocated by malloc()
                  g_free(cmd);
                  ^~~~~~~~~~~
  src/hardware/siglent-sds/api.c:641:3: warning: Argument to g_free() is the address of a global variable, which is not memory allocated by malloc()
                  g_free(cmd);
                  ^~~~~~~~~~~
2018-05-19 22:01:28 +02:00
..
api.c siglent-sds: Fix multiple scan-build warnings. 2018-05-19 22:01:28 +02:00
protocol.c siglent-sds: Added trigger position to device config code 2018-03-03 17:46:15 +01:00
protocol.h siglent-sds: Added averaging function. 2018-03-03 17:45:21 +01:00