Hi,
Eric Weddington wrote:
K.Omoto wrote:

Thank you for a reply, Mr. Weddington.

Try this:
-----------------------------------
int main(void)
{
    DDRD=0xff;
    PORTD='a';
    call_something();
    PORTD='b';
    while(1)
    {
    }
}
-----------------------------------



I tried, but no change..


Then you'll have to post your code that includes the call_something() function. That way we can see what is happening there.

The testing code is very simple:

void call_something()
{
  _delay_ms(10);
}

Well, if it didn't work with 3.4.4 and 3.4.6, I doubt that 3.4.5 will magically fix it. ;-)


Surely, it is..
I want to clutch even at straws.

Kaz


_______________________________________________
AVR-GCC-list mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to