<< shift easy question
Posted on October 10, 2013 at 08:52Hello, I have a simple question: uint32_t temp; temp |= ((uint32_t)1 << 16); without retyping it does not work (although if I add the expression to Watch, it shows expected 1 on 16th bit of temp). Why? I use Cosmi...