Content originally posted in LPCWare by shiggy on Sat Aug 17 17:24:29 MST 2013
Hi Everyone!
I have considered the function of CHECK_PARAM(PARAM__I2Cx(I2Cx).
At compiler stage, the function must not be checked, and at execution stage,
it must be done, I think.
But my compiler(LPCXpresso) checks the function at compiler stage.
SO I think any direction which say to compiler("no check") is necessay.
If anyone give me reply or teach, I am very happy.
note) In release mode, the compile and execution is no probrem.
Shiggy