mirror of https://github.com/g4klx/MMDVM.git
Refactor IOSTM.cpp
This commit is contained in:
parent
8b13a3c8a6
commit
df5ab3de60
|
@ -65,8 +65,8 @@ EXT_CLK PA15 input
|
|||
#define PORT_P25 GPIOD
|
||||
#define RCC_Per_P25 RCC_AHB1Periph_GPIOD
|
||||
|
||||
#define PIN_DSTAR GPIO_Pin_12
|
||||
#define PORT_DSTAR GPIOD
|
||||
#define PIN_DSTARcw GPIO_Pin_12
|
||||
#define PORT_DSTARcw GPIOD
|
||||
#define RCC_Per_DSTAR RCC_AHB1Periph_GPIOD
|
||||
|
||||
#define PIN_DMR GPIO_Pin_13
|
||||
|
@ -611,4 +611,3 @@ void CIO::setP25Int(bool on)
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue