From 1413ca739e80172a3f11b0888f2f27f47b2ed056 Mon Sep 17 00:00:00 2001 From: klaar36 Date: Tue, 3 May 2016 21:41:32 +0200 Subject: increased interrupt freq --- src/devices/timer.h | 2 +- src/lib/debug.h | 2 +- 2 files changed, 2 insertions(+), 2 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 /* Number of timer interrupts per second. */ -#define TIMER_FREQ 100 +#define TIMER_FREQ 1000 void timer_init (void); void timer_calibrate (void); diff --git a/src/lib/debug.h b/src/lib/debug.h index 989dbd5..29390b6 100644 --- a/src/lib/debug.h +++ b/src/lib/debug.h @@ -23,7 +23,7 @@ void debug_panic (const char *file, int line, const char *function, void debug_backtrace (void); /* klaar@ida Parts from 100 to 210 exists (only in reference solution) */ -#define PART 210 +#define PART 190 #endif -- cgit v1.2.1