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

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

RE: [avr-libc-dev] eeprom_write_block() incompatibility


From: Weddington, Eric
Subject: RE: [avr-libc-dev] eeprom_write_block() incompatibility
Date: Thu, 3 Apr 2008 16:27:47 -0600

 

> -----Original Message-----
> From: 
> address@hidden 
> [mailto:address@hidden
> org] On Behalf Of Dmitry K.
> Sent: Thursday, April 03, 2008 4:25 PM
> To: address@hidden
> 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




reply via email to

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