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

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

[avr-libc-dev] eeprom_write_block() incompatibility


From: Dmitry K.
Subject: [avr-libc-dev] eeprom_write_block() incompatibility
Date: Fri, 4 Apr 2008 09:25:06 +1100
User-agent: KMail/1.5

Hi.

I have accidentally revert the operands in eeprom.h:

Old order:  eeprom_write_block (src, dst, number)
New order:  eeprom_write_block (dst, src, number)

What about to restore the old order?

Thanks,
Dmitry.





reply via email to

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