mirror of https://github.com/g4klx/MMDVM.git
Correct typo
This commit is contained in:
parent
1e7c06de45
commit
eab91cca3a
|
@ -65,8 +65,8 @@ EXT_CLK PA15 input
|
||||||
#define PORT_P25 GPIOD
|
#define PORT_P25 GPIOD
|
||||||
#define RCC_Per_P25 RCC_AHB1Periph_GPIOD
|
#define RCC_Per_P25 RCC_AHB1Periph_GPIOD
|
||||||
|
|
||||||
#define PIN_DSTARcw GPIO_Pin_12
|
#define PIN_DSTAR GPIO_Pin_12
|
||||||
#define PORT_DSTARcw GPIOD
|
#define PORT_DSTAR GPIOD
|
||||||
#define RCC_Per_DSTAR RCC_AHB1Periph_GPIOD
|
#define RCC_Per_DSTAR RCC_AHB1Periph_GPIOD
|
||||||
|
|
||||||
#define PIN_DMR GPIO_Pin_13
|
#define PIN_DMR GPIO_Pin_13
|
||||||
|
|
Loading…
Reference in New Issue