From 92a529d1b985dc8dacfea3c0c30c575a42a70950 Mon Sep 17 00:00:00 2001 From: ward Date: Wed, 11 Mar 2020 19:25:09 -0700 Subject: [PATCH] cancel log sweeps with resume command --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index d387075..a381f62 100644 --- a/main.c +++ b/main.c @@ -151,6 +151,7 @@ pause_sweep(void) static inline void resume_sweep(void) { + sweep_log = 0; sweep_mode|=SWEEP_ENABLE; }