mirror of https://github.com/g4klx/MMDVM.git
Add POCSAG Pin for F7hat
This commit is contained in:
parent
fd8bc07b61
commit
012b366143
|
@ -465,6 +465,10 @@ EXT_CLK PA15 input
|
||||||
#define PORT_NXDN GPIOC
|
#define PORT_NXDN GPIOC
|
||||||
#define RCC_Per_NXDN RCC_AHB1Periph_GPIOC
|
#define RCC_Per_NXDN RCC_AHB1Periph_GPIOC
|
||||||
|
|
||||||
|
#define PIN_POCSAG GPIO_Pin_12
|
||||||
|
#define PORT_POCSAG GPIOB
|
||||||
|
#define RCC_Per_POCSAG RCC_AHB1Periph_GPIOB
|
||||||
|
|
||||||
#define PIN_DSTAR GPIO_Pin_15
|
#define PIN_DSTAR GPIO_Pin_15
|
||||||
#define PORT_DSTAR GPIOB
|
#define PORT_DSTAR GPIOB
|
||||||
#define RCC_Per_DSTAR RCC_AHB1Periph_GPIOB
|
#define RCC_Per_DSTAR RCC_AHB1Periph_GPIOB
|
||||||
|
|
Loading…
Reference in New Issue