diff options
Diffstat (limited to 'src/devices/timer.h')
| -rw-r--r-- | src/devices/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/timer.h b/src/devices/timer.h index 45a3f72..38f08df 100644 --- a/src/devices/timer.h +++ b/src/devices/timer.h @@ -5,7 +5,7 @@ #include <stdint.h> /* Number of timer interrupts per second. */ -#define TIMER_FREQ 100 +#define TIMER_FREQ 1000 void timer_init (void); void timer_calibrate (void); |
