30-06-2006, 09:48 PM
Hi,
Question on 12.7: Bitwise operators shall not be applied to operands whose underlying type is signed
[code]int32_T var1[32];
uint16_T var2 = 5U;
int32_T var3 = var1[(var2 - 1)
Question on 12.7: Bitwise operators shall not be applied to operands whose underlying type is signed
[code]int32_T var1[32];
uint16_T var2 = 5U;
int32_T var3 = var1[(var2 - 1)