core: add set variable in static
This commit is contained in:
		@ -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);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user