]> git.droids-corp.org - aversive.git/blobdiff - modules/hardware/timer/timer_intr.h
config: update test config files to current aversive config.in
[aversive.git] / modules / hardware / timer / timer_intr.h
index e14afb6e42123d877687eb8a86cabfc865c13c7f..f3ff78eef23eeb46e9aa838488ae63f248c5303c 100644 (file)
@@ -23,8 +23,7 @@
 
 typedef void (*timer_callback_t)(void);
 
-extern volatile timer_callback_t timer_OV_callback_table[SIG_OVERFLOW_TOTAL_NUM];
-extern volatile timer_callback_t timer_OC_callback_table[SIG_OUTPUT_COMPARE_TOTAL_NUM];
+extern volatile timer_callback_t timer_callback_table[_VECTORS_SIZE/4];
 
 /* initialisation of callback table */
 void timer_intr_init(void);