apache / nuttx

Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
Apache License 2.0
2.91k stars 1.18k forks source link

Compile error with CONFIG_DEBUG_PWM_INFO #4025

Closed imchangchang closed 3 years ago

imchangchang commented 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.

xiaoxiang781216 commented 3 years ago

@imchangchang could you provide a patch?

imchangchang commented 3 years ago

@imchangchang could you provide a patch?

Have created a PR for this. https://github.com/apache/incubator-nuttx/pull/4088.