]> sigrok.org Git - libsigrok.git/commitdiff
fx2lafw: Made finish_acquisition a static function
authorJoel Holdsworth <redacted>
Sun, 25 Mar 2012 17:52:30 +0000 (18:52 +0100)
committerJoel Holdsworth <redacted>
Sun, 25 Mar 2012 18:42:37 +0000 (19:42 +0100)
hardware/fx2lafw/fx2lafw.c

index d88a20cecd3c532823ef22081782131a0a7f97b6..ed95fd2b879c17382d89d82a558f513d9537a223 100644 (file)
@@ -577,7 +577,7 @@ static void abort_acquisition(struct context *ctx)
        ctx->num_samples = -1;
 }
 
-void finish_acquisition(struct context *ctx)
+static void finish_acquisition(struct context *ctx)
 {
        struct sr_datafeed_packet packet;
        int i;