mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Replace “GPIO_Speed_50MHz” definition for a better one “GPIO_Fast_Speed” (STM32F4)
This commit is contained in:
parent
8b52d372eb
commit
5b313b7cec
2 changed files with 5 additions and 5 deletions
|
|
@ -355,7 +355,7 @@ void CIO::initInt()
|
|||
{
|
||||
GPIO_InitTypeDef GPIO_InitStruct;
|
||||
GPIO_StructInit(&GPIO_InitStruct);
|
||||
GPIO_InitStruct.GPIO_Speed = GPIO_Speed_50MHz;
|
||||
GPIO_InitStruct.GPIO_Speed = GPIO_Fast_Speed;
|
||||
GPIO_InitStruct.GPIO_OType = GPIO_OType_PP;
|
||||
GPIO_InitStruct.GPIO_PuPd = GPIO_PuPd_DOWN;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue