cpu/stm32f4discovery: fixed freq return in pwm_init#4454
cpu/stm32f4discovery: fixed freq return in pwm_init#4454A-Paul merged 1 commit intoRIOT-OS:masterfrom
Conversation
cpu/stm32f4/periph/pwm.c
Outdated
There was a problem hiding this comment.
(tim->PSC + 1) to compensate for the "one" you subtracted in line 121. ;-)
cebe8c1 to
af32c7e
Compare
|
fixed and squashed |
cpu/stm32f4/periph/pwm.c
Outdated
There was a problem hiding this comment.
ups, forgot to press the save button before commiting... fixed
|
Accidently commented in commit. Deleted. |
af32c7e to
8a96a62
Compare
|
Thanks for corrections. ACK when Travis is happy. |
|
Go! |
cpu/stm32f4discovery: fixed freq return in pwm_init
|
Should this also go into 2015.12-branch? |
|
I thought 2015.12 isn't freezed yet. Will it cause any inconvenience? |
|
I think it's rather minor and not really worth the effort, having it for 2016.03 should be fine... (expect @A-Paul disagrees with me...) |
I dont want to push anything. I simply try to understand "what is the effort?". I also can't find info about the 'backporting-needed' label. |
|
The label Current state is:
I have no strong opinion regarding this PR, but just cherry-picking this onto |
|
P.S. Thanks, @A-Paul, for pointing out that this label is undocumented. |
|
@haukepetersen seems like I stumbled into unknown cliffs of the release process. |
fixes #4439