From c06018daf063f023bd82bba21eda2ca8a9e9ab8d Mon Sep 17 00:00:00 2001 From: rimio Date: Sat, 16 Feb 2019 02:11:06 +0200 Subject: Nanosecond timings --- src/sstv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sstv.h') diff --git a/src/sstv.h b/src/sstv.h index f2542a5..4e05358 100644 --- a/src/sstv.h +++ b/src/sstv.h @@ -19,7 +19,7 @@ typedef struct { } sstv_freq_desc_t; typedef struct { - uint32_t usec; + uint32_t nsec; uint32_t usamp; } sstv_timing_desc_t; -- cgit v1.2.3