Rename MODE_PINS to MODE_LEDS

This commit is contained in:
phl0 2018-08-01 21:09:57 +02:00
parent 5405395e1a
commit 5f19cfcb49
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
7 changed files with 10 additions and 10 deletions

View file

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