0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

ensure stop

This commit is contained in:
2025-08-02 17:57:33 +02:00
parent bbcce3ff71
commit 55981533b8

View File

@@ -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;