From fcdb582893fce5a69f27e0a967cf5727718ee2ac Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Mon, 4 May 2020 16:43:08 +0200 Subject: [PATCH] Change FM LED Pin --- IOSTM_CMSIS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IOSTM_CMSIS.cpp b/IOSTM_CMSIS.cpp index 17e6518..4418d1a 100644 --- a/IOSTM_CMSIS.cpp +++ b/IOSTM_CMSIS.cpp @@ -85,7 +85,7 @@ USART1_RXD PA10 input (AF) #define PIN_POCSAG 11 #define PORT_POCSAG GPIOB #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 BB_FM *((bitband_t)BITBAND_PERIPH(&PORT_FM->ODR, PIN_FM))