Thread
:
structures in C
View Single Post
gk123987
Go4Expert Member
12Nov2008,13:17
admac_status = ADMAC.ADMATE0.BYTE;
ADMAC.ADMATE0.BYTE = (U8)~(HWI_SPI_ADMAC_RSPIB_MASK);
(void)ADMAC.ADMATE0.BYTE;
what is the need for the void typecasting ?