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 when I write 0x40 I find more than 800 differences. in those 800 differences I also find changes in the startup.
Has this ever happened to anyone? Do you have any suggestions?
Thanks in advance!
