X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/blobdiff_plain/ad9fbc05e664d9e4028ec9c17fcc7308a4524114..b131d433f9b984b50266298be6f0cf7f9a13b6fb:/rigol.c diff --git a/rigol.c b/rigol.c index 5dfec41..3386fbf 100644 --- a/rigol.c +++ b/rigol.c @@ -163,9 +163,6 @@ int main(int argc, char **argv) } free (scpi); } - //Disable keylock, so the user doesn't have to press the 'force'-button - l=usbtmc_sendscpi(sc, ":KEY:LOCK DISABLE",NULL,0); - usbtmc_release(sc); usbtmc_close(sc); return 0;