22-09-2017, 02:05 PM
Hi,
Quick question about rule 13.2:
the following variable:
const volatile uint8_t myvar = 0;
should it be considered as volatile or non-volatile in the context of rule 13.2 ?
thank you.
Quick question about rule 13.2:
the following variable:
const volatile uint8_t myvar = 0;
should it be considered as volatile or non-volatile in the context of rule 13.2 ?
thank you.
<t></t>