Refactor IOSTM.cpp

This commit is contained in:
phl0 2017-01-19 14:07:30 +01:00
parent 8b13a3c8a6
commit df5ab3de60
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 380 additions and 381 deletions

View File

@ -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