??? 06/15/09 06:54 Modified: 06/15/09 06:55 Read: times Msg Score: 0 -1 Provacative/Troll +1 Underrated |
#166082 - That doesn't help, and it won't work anyhow! Responding to: ???'s previous message |
For a start, it has nothing to do with the specific issue of warnings from Lint.
But it is more fundamentally flawed: Murray R. Van Luyn said:
You can instantiate a moderately accurate delay with a simple subroutine call like:
delay_ms(25); All the timing calculations are done for you No, they are not! Your code has no idea what specific instructions the compiler will generate; therefore it is impossible for it to do the timing calculations! See: http://www.8052.com/forum/read/162556 |