fx2lafw: Made finish_acquisition a static function

This commit is contained in:
Joel Holdsworth 2012-03-25 18:52:30 +01:00
parent 590b9f9a91
commit 3e6292b296
1 changed files with 1 additions and 1 deletions

View 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;