config: update test config files to current aversive config.in
[aversive.git] / modules / hardware / timer / timer2_register_OC_in_us.c
index dbe0f7a..bbc8843 100644 (file)
@@ -30,7 +30,7 @@
 #include <timer_config.h>
 
 
 #include <timer_config.h>
 
 
-#if defined TIMER2_ENABLED && defined SIG_OUTPUT_COMPARE2
-DEFINE_REGISTER_OC_INTR_IN_US(2,2)
+#if defined TIMER2_ENABLED && defined TIMER2_COMP_vect
+DEFINE_REGISTER_OC_INTR_IN_US(2,2,TIMER2_COMP_vect)
 #endif
 
 #endif