Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
This commit is contained in:
commit
2fe4ac5ad5
@ -13,8 +13,8 @@
|
|||||||
#define PIT_COUNT (65535 / 2)
|
#define PIT_COUNT (65535 / 2)
|
||||||
#define DELAY (1000 / (PIT_FREQUENCY / PIT_COUNT))
|
#define DELAY (1000 / (PIT_FREQUENCY / PIT_COUNT))
|
||||||
|
|
||||||
uint32_t sleep_counter;
|
static uint32_t sleep_counter;
|
||||||
uint32_t scheduler_counter;
|
static uint32_t scheduler_counter;
|
||||||
|
|
||||||
static void clock_handler(struct registers *regs);
|
static void clock_handler(struct registers *regs);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user