I have a project on a PIC32MZ2048EFM with the variable 'cnt' defined in 2 different source files. uint32_t cnt; in one uint8_t cnt; in the other. They are both defined outside of any function so should be global in each file, but not across files. There a..
↧