You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix bug in baudrate compensation. The code is now in accordance to the
data sheet. The previous code would in effect either apply twice the
compensation, or apply no compensation, depending on the polarity of
the compensation.
* Improve readability of expression for baudrate compensation.
It is now exactly the same as in the documentation.
The net result is the same as the previous version.
* Since we have code to correct for errors in F_CPU to generate
the right baudrate, then we should use F_CPU, the specified CPU
frequency as basis, not the F_CPU with whatever corrections.
0 commit comments