Rename ARDUINO_MODE_PINS to MODE_PINS.

This commit is contained in:
Jonathan Naylor 2018-06-19 18:01:24 +01:00
parent ef32988827
commit 2098146af8
7 changed files with 10 additions and 10 deletions

View file

@ -812,7 +812,7 @@ void CIO::initInt()
GPIO_InitStruct.GPIO_Mode = GPIO_Mode_IN;
GPIO_Init(PORT_COS, &GPIO_InitStruct);
#if defined(ARDUINO_MODE_PINS)
#if defined(MODE_PINS)
// DSTAR pin
RCC_AHB1PeriphClockCmd(RCC_Per_DSTAR, ENABLE);
GPIO_InitStruct.GPIO_Pin = PIN_DSTAR;