Skip to content

Commit 47ca9a6

Browse files
Donatien Garniermprse
authored andcommitted
Fix SPI_DEVICE <> DEVICE_SPI
1 parent b2cbcf4 commit 47ca9a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG/PeripheralPins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ MBED_WEAK const PinMap PinMap_PWM[] = {
117117
};
118118

119119
/*************SPI**************/
120-
#if SPI_DEVICE
120+
#if DEVICE_SPI
121121
MBED_WEAK const PinMap PinMap_SPI_MOSI[] = {
122122
#ifdef USART0_BASE
123123
/* USART0 */

targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32PG/PeripheralPins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ MBED_WEAK const PinMap PinMap_PWM[] = {
198198
};
199199

200200
/*************SPI**************/
201-
#if SPI_DEVICE
201+
#if DEVICE_SPI
202202
MBED_WEAK const PinMap PinMap_SPI_MOSI[] = {
203203
#ifdef USART0_BASE
204204
/* USART0 */

0 commit comments

Comments
 (0)