I am using global variables, who doesn't. I changed type of a variable so it wouldn't overflow.volatile uint32_t sec_time;In other files I noticed I externed them to this.extern uint16_t sec_time; This didn't generate a warning or error. Is there a way to..
↧