Changing a define leads to 800 differences in the .bin
Hi everyone,in my project i have a define that is used to change the "version" of the project.the define is always used on one byte, for example #define VER 0x36, if I change it to 0x37 I see only 20 differences in the .bin (only where is used), but ...