- Sat May 11, 2024 6:15 pm
#68326
#define BOARD_H "board_avr2560.h"
#ifndef INJ_CHANNELS
#define INJ_CHANNELS 3
#endif
#ifndef IGN_CHANNELS
#define IGN_CHANNELS 6
4+5 , 5+4 , 6+3 , 7+2 , 8+1 were all ok.
COMP_vect error on 3+6 , 2+7, 1+8
after compile i get this error
scheduler.cpp:539:5: error: redefinition of 'void __vector_43()'
ISR(TIMER4_COMPB_vect) //cppcheck-suppress misra-c2012-8.2
#ifndef INJ_CHANNELS
#define INJ_CHANNELS 3
#endif
#ifndef IGN_CHANNELS
#define IGN_CHANNELS 6
4+5 , 5+4 , 6+3 , 7+2 , 8+1 were all ok.
COMP_vect error on 3+6 , 2+7, 1+8
after compile i get this error
scheduler.cpp:539:5: error: redefinition of 'void __vector_43()'
ISR(TIMER4_COMPB_vect) //cppcheck-suppress misra-c2012-8.2