@@ -326,7 +326,7 @@ static void MX_GPIO_Init(void)
|
||||
/*Configure GPIO pins : tack_A_Pin tack_B_Pin */
|
||||
GPIO_InitStruct.Pin = tack_A_Pin|tack_B_Pin;
|
||||
GPIO_InitStruct.Mode = GPIO_MODE_INPUT;
|
||||
GPIO_InitStruct.Pull = GPIO_NOPULL;
|
||||
GPIO_InitStruct.Pull = GPIO_PULLUP;
|
||||
HAL_GPIO_Init(GPIOF, &GPIO_InitStruct);
|
||||
|
||||
/*Configure GPIO pin : charge_det_Pin */
|
||||
|
||||
Reference in New Issue
Block a user