Redefine Mode pins for D-Star and DMR

c4fmdemod
phl0 2017-01-22 00:46:12 +01:00
parent 79b0b141a2
commit 49e0d13967
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 2 additions and 2 deletions

View File

@ -229,11 +229,11 @@ EXT_CLK PA15 input
#define PORT_MP25 GPIOC #define PORT_MP25 GPIOC
#define RCC_Per_MP25 RCC_AHB1Periph_GPIOC #define RCC_Per_MP25 RCC_AHB1Periph_GPIOC
#define PIN_MDSTAR GPIO_Pin_14 #define PIN_MDSTAR GPIO_Pin_4
#define PORT_MDSTAR GPIOC #define PORT_MDSTAR GPIOC
#define RCC_Per_MDSTAR RCC_AHB1Periph_GPIOC #define RCC_Per_MDSTAR RCC_AHB1Periph_GPIOC
#define PIN_MDMR GPIO_Pin_15 #define PIN_MDMR GPIO_Pin_5
#define PORT_MDMR GPIOC #define PORT_MDMR GPIOC
#define RCC_Per_MDMR RCC_AHB1Periph_GPIOC #define RCC_Per_MDMR RCC_AHB1Periph_GPIOC