|
@@ -922,7 +922,7 @@ static void MX_GPIO_Init(void)
|
|
|
GPIO_InitStruct.Pin = Latch_Pin;
|
|
|
GPIO_InitStruct.Mode = LL_GPIO_MODE_OUTPUT;
|
|
|
GPIO_InitStruct.Speed = LL_GPIO_SPEED_FREQ_HIGH;
|
|
|
- GPIO_InitStruct.OutputType = LL_GPIO_OUTPUT_PUSHPULL;
|
|
|
+ GPIO_InitStruct.OutputType = LL_GPIO_OUTPUT_OPENDRAIN;
|
|
|
GPIO_InitStruct.Pull = LL_GPIO_PULL_NO;
|
|
|
LL_GPIO_Init(Latch_GPIO_Port, &GPIO_InitStruct);
|
|
|
|