mirror of https://github.com/g4klx/MMDVM.git
Change FM LED Pin
This commit is contained in:
parent
2d876b8d8e
commit
fcdb582893
|
@ -85,7 +85,7 @@ USART1_RXD PA10 input (AF)
|
||||||
#define PIN_POCSAG 11
|
#define PIN_POCSAG 11
|
||||||
#define PORT_POCSAG GPIOB
|
#define PORT_POCSAG GPIOB
|
||||||
#define BB_POCSAG *((bitband_t)BITBAND_PERIPH(&PORT_POCSAG->ODR, PIN_POCSAG))
|
#define BB_POCSAG *((bitband_t)BITBAND_PERIPH(&PORT_POCSAG->ODR, PIN_POCSAG))
|
||||||
#define PIN_FM 12
|
#define PIN_FM 14
|
||||||
#define PORT_FM GPIOB
|
#define PORT_FM GPIOB
|
||||||
#define BB_FM *((bitband_t)BITBAND_PERIPH(&PORT_FM->ODR, PIN_FM))
|
#define BB_FM *((bitband_t)BITBAND_PERIPH(&PORT_FM->ODR, PIN_FM))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue