> -----Original Message----- > From: > [email protected] > [mailto:avr-libc-dev-bounces+eweddington=cso.atmel....@nongnu. > org] On Behalf Of Frédéric Nadeau > Sent: Thursday, March 05, 2009 8:57 AM > To: [email protected] > Subject: [avr-libc-dev] RFC: Addition to util/setbaud.h > > Hi there, > > I noticed that util/setbaud.h cannot calculate baudrate for sync mode. > > I did the following modification to the file. I doubt it will it the > next release, but I do beleive it is a good thing to have. > > Basic explanation: > if BAUD_SYNC is define and equal to 1, a modified macro is use to > calculate baud rate. > If BAUD_SYNC is define and equal to 0 or not define, macro > works as before. > > Modification should not break code that use the current > version of setbaud.h. > > Thanks for your comments
Hi Frédéric, Could you place your patch in the Patch Tracker on avr-libc? That way it won't be forgotten. Eric Weddington _______________________________________________ AVR-libc-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-libc-dev
