18-11-2009, 06:08 PM
I have been using PCLint to analyse code which have constants defined in header files e.g.
const uint8 PLD_READ_VERIFICATION_BYTE_4 = 7;
PCLint claims that this violates rule 3-1-1. Is this a true interpretation of this rule or are constants permitted in header files?
Mark.
const uint8 PLD_READ_VERIFICATION_BYTE_4 = 7;
PCLint claims that this violates rule 3-1-1. Is this a true interpretation of this rule or are constants permitted in header files?
Mark.
<t></t>