Skip to content

Commit ac10c80

Browse files
committed
[NUCLEO_L031K6] Hard tabs removal
1 parent 290f9fe commit ac10c80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6/PortNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ typedef enum {
3838
PortA = 0,
3939
PortB = 1,
4040
PortC = 2,
41-
PortD = 3,
42-
PortH = 7
41+
PortD = 3,
42+
PortH = 7
4343
} PortName;
4444

4545
#ifdef __cplusplus

libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32L0/spi_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void spi_init(spi_t *obj, PinName mosi, PinName miso, PinName sclk, PinName ssel
8383
if (obj->spi == SPI_1) {
8484
__SPI1_CLK_ENABLE();
8585
}
86-
86+
8787
#if defined(SPI2_BASE)
8888
if (obj->spi == SPI_2) {
8989
__SPI2_CLK_ENABLE();

0 commit comments

Comments
 (0)