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
This is Issue 316 moved from a Google Code project.
Added by 2010-08-04T14:01:06.000Z by mark.l.s...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Enhancement, Priority-Medium, Component-Core, Milestone-0022
Original description
What change would like to see?
I changed the #ifdefs in turnOffPWM() to be register centric instead of cpu centric.
I also removed the inline part, it reduced the code size considerably on the mega, see comments in source code
Why?
This greatly simplifies the addition of new cpus
Would this cause any incompatibilities with previous versions? If so, how can these be mitigated?
No compatibility problems
The text was updated successfully, but these errors were encountered:
This is Issue 316 moved from a Google Code project.
Added by 2010-08-04T14:01:06.000Z by mark.l.s...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Enhancement, Priority-Medium, Component-Core, Milestone-0022
Original description
What change would like to see?
I changed the #ifdefs in turnOffPWM() to be register centric instead of cpu centric.
I also removed the inline part, it reduced the code size considerably on the mega, see comments in source code
Why?
This greatly simplifies the addition of new cpus
Would this cause any incompatibilities with previous versions? If so, how
can these be mitigated?
No compatibility problems
The text was updated successfully, but these errors were encountered: