> -----Original Message-----
> From: 
> [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> org] On Behalf Of Dmitry K.
> Sent: Thursday, April 03, 2008 4:25 PM
> To: avr-libc-dev@nongnu.org
> Subject: [avr-libc-dev] eeprom_write_block() incompatibility
> 
> 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?
> 

Ouch. Yes, can you restore the old order. IIRC, we wanted to keep the
API the same with the new implementation.

Thanks for bringing this up. I was re-rolling a new WinAVR release. I'll
hold off on that until this is fixed.

Eric


_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to