2007-04-06 3:12 AM
2011-05-17 12:40 AM
Error in marged >> line
Time->seconds = BCD2ToBYTE(Time->seconds); >>Time->seconds = BCD3ToWORD(Time->milliseconds); Correct code is Time->seconds = BCD2ToBYTE(Time->seconds); Time->milliseconds = BCD3ToWORD(Time->milliseconds);2011-05-17 12:40 AM
Hi Vromanov,
Thanks for mentioning this error. It will be corrected in next release of the library. Best regards, STARMWe’re moving the ST Community to a new platform to give you a better and more reliable community experience.