Question
Assignement binary value to a variable dosn't work
As title suggest.
If I do
int my_var;
my_var = 0b01;my_var stays 0
Instead with
int my_var;
my_var = 0x01;Everything works
STM32CubeIDE
Version: 1.14.1
Build: 20064_20240111_1413 (UTC)
As title suggest.
If I do
int my_var;
my_var = 0b01;my_var stays 0
Instead with
int my_var;
my_var = 0x01;Everything works
STM32CubeIDE
Version: 1.14.1
Build: 20064_20240111_1413 (UTC)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.