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

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

[avr-libc-dev] [bug #22828] eeprom_write_block(): incompatibility in arg


From: Dmitry Xmelkov
Subject: [avr-libc-dev] [bug #22828] eeprom_write_block(): incompatibility in args order
Date: Fri, 04 Apr 2008 07:09:17 +0000
User-agent:

URL:
  <http://savannah.nongnu.org/bugs/?22828>

                 Summary: eeprom_write_block(): incompatibility in args order
                 Project: AVR C Runtime Library
            Submitted by: dmix
            Submitted on: Пятница 04.04.2008 at 07:09
                Category: Library
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Header files
                  Status: None
        Percent Complete: 0%
             Assigned to: dmix
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.6.2
           Fixed Release: None

    _______________________________________________________

Details:

The args order was accidentally reverted from
   eeprom_write_block (src, dst, size)
to
   eeprom_write_block (dst, src, size)





    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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