core: add set variable in static

This commit is contained in:
Starnakin 2025-01-16 13:43:14 +01:00
parent b9691b1948
commit 02c3d72a4b

View File

@ -13,8 +13,8 @@
#define PIT_COUNT (65535 / 2)
#define DELAY (1000 / (PIT_FREQUENCY / PIT_COUNT))
uint32_t sleep_counter;
uint32_t scheduler_counter;
static uint32_t sleep_counter;
static uint32_t scheduler_counter;
static void clock_handler(struct registers *regs);