We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52fb60 commit b3a17e5Copy full SHA for b3a17e5
bsp/nxp/mcx/mcxa/Libraries/drivers/drv_pwm.c
@@ -16,7 +16,7 @@
16
17
#define BOARD_PWM_BASEADDR (FLEXPWM0)
18
#define PWM_SRC_CLK_FREQ (CLOCK_GetFreq(kCLOCK_BusClk))
19
-#define FLEX_PWM_CLOCK_DEVIDER (kPWM_Prescale_Divide_2)
+#define FLEX_PWM_CLOCK_DEVIDER (kPWM_Prescale_Divide_32)
20
#define FLEX_PWM_FAULT_LEVEL true
21
22
typedef struct
0 commit comments