From 4f5f1a53d449172263e83c5769c92976e0d3332e Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 29 Jan 2011 00:44:05 +0900 Subject: added PS/2 to USB converter use V-USB as protocol stack --- timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timer.h') diff --git a/timer.h b/timer.h index 8ddf9e7e2..2dfa08a0f 100644 --- a/timer.h +++ b/timer.h @@ -6,7 +6,7 @@ #define TIMER_DIFF(a, b) ((a) >= (b) ? (a) - (b) : UINT16_MAX - (b) + (a)) -extern uint16_t timer_count; +extern volatile uint16_t timer_count; void timer_init(void); -- cgit v1.2.3-24-g4f1b