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.
2 parents f4716c1 + d9d7b34 commit 0e60eefCopy full SHA for 0e60eef
libraries/Portenta_Camera/camera.cpp
@@ -360,6 +360,7 @@ static int extclk_config(int frequency)
360
TIMOCHandle.OCPolarity = TIM_OCPOLARITY_HIGH;
361
TIMOCHandle.OCFastMode = TIM_OCFAST_DISABLE;
362
TIMOCHandle.OCIdleState = TIM_OCIDLESTATE_RESET;
363
+ TIMOCHandle.OCNIdleState = TIM_OCIDLESTATE_RESET;
364
365
if ((HAL_TIM_PWM_Init(&TIMHandle) != HAL_OK)
366
|| (HAL_TIM_PWM_ConfigChannel(&TIMHandle, &TIMOCHandle, DCMI_TIM_CHANNEL) != HAL_OK)
0 commit comments