I've a strange problem in CodeVision for programming a Ateml mega16.
it's the command:
void main () {
signed int d;
...
delay_us (d);
when i compiled the program, an error happened by this meaning only for red line:
constant integral expression required
why?

it never accepts the delay_us command and shows above error!
but when i change it to delay_ms , it compiles completely without error.
why!? can i replace this code:
delay_ms(d/1000)
instead of
delay_us
?

please please reply in English! otherwise i should use translator...
