Code alters a variable on itself
Hello,I want to be able to do multiple routines in my stm32 code. I went for the option to use Switch case statements. The problem is after the code has done one iteration the variable that is used in the switch statement(routine_test) changes on its...