Compiler Errors, what is best practice to write code (when if(1==1) is false) )
Hello,Many times i get into problems that I should not get into, like simple logical mistakes while executing code:examples:uint32_t a = 1; if(a==1) { MCU goes here, it's how it should be; } else { MCU goes also here , how is this possible?; }M...