avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [bug #22276] wdt_reset fails with devices with large WDTC


From: CurtVM
Subject: [avr-libc-dev] [bug #22276] wdt_reset fails with devices with large WDTCSR addresses
Date: Thu, 20 Mar 2008 01:56:21 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

Follow-up Comment #4, bug #22276 (project avr-libc):

The changes you made will not work unless you get '_WDT_CONTROL_REG' into
something you can test in this line-

#if (_WDT_CONTROL_REG > 0x5F)

which is why I surrounded that with temporarily redefining _MMIO_BYTE, so
that test could be made.

Maybe there is a better way to end up with a number that can be tested, I
don't know.



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?22276>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]