Remove copy/paste comment that didn't fit.

This commit is contained in:
Paul Kronenwetter 2022-05-23 18:06:33 -04:00
parent a456ff54f7
commit 9c28021c51

View file

@ -238,10 +238,7 @@ class MODEMSTATS(ctypes.Structure):
("uw_fails", ctypes.c_int), ("uw_fails", ctypes.c_int),
("neyetr", ctypes.c_int), # How many eye traces are plotted ("neyetr", ctypes.c_int), # How many eye traces are plotted
("neyesamp", ctypes.c_int), # How many samples in the eye diagram ("neyesamp", ctypes.c_int), # How many samples in the eye diagram
( ("f_est", (ctypes.c_float * MODEM_STATS_MAX_F_EST)),
"f_est",
(ctypes.c_float * MODEM_STATS_MAX_F_EST),
), # How many samples in the eye diagram
("fft_buf", (ctypes.c_float * MODEM_STATS_NSPEC * 2)), ("fft_buf", (ctypes.c_float * MODEM_STATS_NSPEC * 2)),
] ]