User Activity

Hello,I'd like to use some extern variables in my code, but I always get the error "undefined reference to ..." and I can't find what I am doing wrong.In the timer.h file I declare the variable as: extern volatile uint8_t start_adc_flag;I included th...