From 9c28021c51dea6d8559b20ec58fa364c99fc0823 Mon Sep 17 00:00:00 2001 From: Paul Kronenwetter Date: Mon, 23 May 2022 18:06:33 -0400 Subject: [PATCH] Remove copy/paste comment that didn't fit. --- tnc/codec2.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tnc/codec2.py b/tnc/codec2.py index fafb817e..d1c10af4 100644 --- a/tnc/codec2.py +++ b/tnc/codec2.py @@ -238,10 +238,7 @@ class MODEMSTATS(ctypes.Structure): ("uw_fails", ctypes.c_int), ("neyetr", ctypes.c_int), # How many eye traces are plotted ("neyesamp", ctypes.c_int), # How many samples in the eye diagram - ( - "f_est", - (ctypes.c_float * MODEM_STATS_MAX_F_EST), - ), # How many samples in the eye diagram + ("f_est", (ctypes.c_float * MODEM_STATS_MAX_F_EST)), ("fft_buf", (ctypes.c_float * MODEM_STATS_NSPEC * 2)), ]