[ros-diffs] [aandrejevic] 60912: [FAST486] The number of bit places in a shift operation is ANDed by the width of the type when it is in a register, so (1 << c), when c is 32, is actually 1, and not 0. Fix the...