Correct POCSAG LED for F7Hat

This commit is contained in:
phl0 2018-07-23 11:39:16 +02:00
parent 404dc3d99d
commit 0d55ba317d
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 4 additions and 3 deletions

View File

@ -433,6 +433,7 @@ DMR PC6 output
YSF PC7 output YSF PC7 output
P25 PC8 output P25 PC8 output
NXDN PC9 output NXDN PC9 output
POCSAG PA8 output
RX PA0 analog input RX PA0 analog input
RSSI PA7 analog input RSSI PA7 analog input
@ -465,9 +466,9 @@ 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 PIN_POCSAG GPIO_Pin_8
#define PORT_POCSAG GPIOB #define PORT_POCSAG GPIOA
#define RCC_Per_POCSAG RCC_AHB1Periph_GPIOB #define RCC_Per_POCSAG RCC_AHB1Periph_GPIOA
#define PIN_DSTAR GPIO_Pin_15 #define PIN_DSTAR GPIO_Pin_15
#define PORT_DSTAR GPIOB #define PORT_DSTAR GPIOB