From 55981533b804f48aefef325500bc74f2f5a6c3e7 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 2 Aug 2025 17:57:33 +0200 Subject: [PATCH] ensure stop --- src/fm95.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fm95.c b/src/fm95.c index c59336a..b8339f5 100644 --- a/src/fm95.c +++ b/src/fm95.c @@ -103,6 +103,7 @@ static void stop(int signum) { (void)signum; printf("\nReceived stop signal.\n"); to_run = 0; + to_reload = 0; } static void reload(int signum) { (void)signum;