1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2019-11-15 10:27:14 +01:00
parent 378cfb7468
commit c3746408f6
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -201,7 +201,7 @@ void keysInit()
GPIO_InitTypeDef GPIO_InitStructure;
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_2MHz;
GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;
GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP ;
GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP;
#if defined(PCBX10) && defined(PCBREV_EXPRESS)
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;