Reduce global variable scope to file-local

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2024-09-16 06:22:20 +02:00
parent 45e9e4453a
commit 2153cbbee3
+1 -1
View File
@@ -16,7 +16,7 @@
// set_blockingmode()
#include "config/config.h"
struct timespec t0[NUMTIMERS];
static struct timespec t0[NUMTIMERS];
void timer_start(const enum timers i)
{