driver/mcpwm: fix the misleading of mcpwm_capture_enable parameters

closes https://github.com/espressif/esp-idf/issues/5032
This commit is contained in:
laokaiyao
2021-05-10 15:18:29 +08:00
parent af2881fc0d
commit e66f25caf2
4 changed files with 5 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ extern "C" {
/// Get the address of peripheral registers
#define MCPWM_LL_GET_HW(ID) (((ID)==0)? &MCPWM0: &MCPWM1)
#define MCPWM_LL_MAX_PRESCALE 255
/********************* Global *******************/
/**