Closed imchangchang closed 3 years ago
In https://github.com/apache/incubator-nuttx/blob/master/arch/arm/src/stm32h7/stm32_pwm.c, the pwm_dumpregs function's definition and declaration are not matched.
pwm_dumpregs
@imchangchang could you provide a patch?
Have created a PR for this. https://github.com/apache/incubator-nuttx/pull/4088.
In https://github.com/apache/incubator-nuttx/blob/master/arch/arm/src/stm32h7/stm32_pwm.c, the
pwm_dumpregs
function's definition and declaration are not matched.