AVR C Runtime Library - Patches: patch #6768, Addition to util/setbaud.h
You are not allowed to post comments on this tracker with your current authentication level.
patch #6768: Addition to util/setbaud.h
Submitter: | Frédéric Nadeau <fnadeau> | ||
Submitted: | Thu 05 Mar 2009 04:21:09 PM UTC | ||
Category: | None | Priority: | 7 - High |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Thu 12 May 2011 10:28:38 PM UTC, comment #2: |
Eric Weddington <arcanum>![]() |
Thu 05 Mar 2009 04:43:04 PM UTC, comment #1: After reread, it should be:
|
Frédéric Nadeau <fnadeau> |
Thu 05 Mar 2009 04:21:09 PM UTC, original submission:
I noticed that util/setbaud.h cannot calculate baudrate for sync mode.
|
Frédéric Nadeau <fnadeau> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Hi Frédéric,
On line 16 of this patch you are defining BAUD_SYNC to 0 in the header file. Then later on, you check to see if it is not defined, if so then define BAUD_SYNC to 0. Shouldn't that first definition on line 16 be removed?