From f17818f7370e166d367c2f33d2b6fc1e22f48e6b Mon Sep 17 00:00:00 2001 From: Steve Markgraf Date: Thu, 21 Nov 2013 16:33:44 +0100 Subject: [PATCH] rtl_test: use static instead of global var Signed-off-by: Steve Markgraf --- src/rtl_test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rtl_test.c b/src/rtl_test.c index 4320cf9..8b6fc77 100644 --- a/src/rtl_test.c +++ b/src/rtl_test.c @@ -102,12 +102,11 @@ static void sighandler(int signum) } #endif -uint8_t bcnt, uninit = 1; - static void rtlsdr_callback(unsigned char *buf, uint32_t len, void *ctx) { uint32_t i, lost = 0; int64_t ns; + static uint8_t bcnt, uninit = 1; if (uninit) { bcnt = buf[0];