Can someone give me a hint why I got this warning (only) the marked lines? _LATA1 = (0x88 & 0x01); _LATA1 = (0x88 & 0x02);
_LATA1 = (0x88 & 0x04);
_LATA1 = (0x88 & 0x08); // large integer implicitly truncated to unsigned type
_LATA1 =..
↧