mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Use LOW GPIO Speed
This commit is contained in:
parent
e13e902d80
commit
1117c49ff9
@ -263,7 +263,7 @@ void HAL_SPI_MspInit(SPI_HandleTypeDef *hspi)
|
||||
|
||||
/* Configure SPI GPIOs */
|
||||
GPIO_InitStructure.Pull = GPIO_NOPULL;
|
||||
GPIO_InitStructure.Speed = GPIO_SPEED_HIGH;
|
||||
GPIO_InitStructure.Speed = GPIO_SPEED_LOW;
|
||||
GPIO_InitStructure.Mode = GPIO_MODE_AF_PP;
|
||||
GPIO_InitStructure.Alternate = USR_SPI_AF;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user