Skip to content

Commit 7cdaba8

Browse files
committed
[stm32] remove unused module member in spi_s struct
1 parent aeabcc9 commit 7cdaba8

File tree

9 files changed

+0
-9
lines changed

9 files changed

+0
-9
lines changed

targets/TARGET_STM/TARGET_STM32F0/common_objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ struct spi_s {
5959
PinName pin_ssel;
6060
#ifdef DEVICE_SPI_ASYNCH
6161
uint32_t event;
62-
uint8_t module;
6362
uint8_t transfer_type;
6463
#endif
6564
};

targets/TARGET_STM/TARGET_STM32F1/common_objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ struct spi_s {
7878
PinName pin_ssel;
7979
#ifdef DEVICE_SPI_ASYNCH
8080
uint32_t event;
81-
uint8_t module;
8281
uint8_t transfer_type;
8382
#endif
8483
};

targets/TARGET_STM/TARGET_STM32F2/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ struct spi_s {
9494
PinName pin_ssel;
9595
#ifdef DEVICE_SPI_ASYNCH
9696
uint32_t event;
97-
uint8_t module;
9897
uint8_t transfer_type;
9998
#endif
10099
};

targets/TARGET_STM/TARGET_STM32F3/common_objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ struct spi_s {
5959
PinName pin_ssel;
6060
#ifdef DEVICE_SPI_ASYNCH
6161
uint32_t event;
62-
uint8_t module;
6362
uint8_t transfer_type;
6463
#endif
6564
};

targets/TARGET_STM/TARGET_STM32F4/common_objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ struct spi_s {
7878
PinName pin_ssel;
7979
#ifdef DEVICE_SPI_ASYNCH
8080
uint32_t event;
81-
uint8_t module;
8281
uint8_t transfer_type;
8382
#endif
8483
};

targets/TARGET_STM/TARGET_STM32F7/common_objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ struct spi_s {
5959
PinName pin_ssel;
6060
#ifdef DEVICE_SPI_ASYNCH
6161
uint32_t event;
62-
uint8_t module;
6362
uint8_t transfer_type;
6463
#endif
6564
};

targets/TARGET_STM/TARGET_STM32L0/common_objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ struct spi_s {
5959
PinName pin_ssel;
6060
#ifdef DEVICE_SPI_ASYNCH
6161
uint32_t event;
62-
uint8_t module;
6362
uint8_t transfer_type;
6463
#endif
6564
};

targets/TARGET_STM/TARGET_STM32L1/common_objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ struct spi_s {
7676
PinName pin_ssel;
7777
#ifdef DEVICE_SPI_ASYNCH
7878
uint32_t event;
79-
uint8_t module;
8079
uint8_t transfer_type;
8180
#endif
8281
};

targets/TARGET_STM/TARGET_STM32L4/common_objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ struct spi_s {
5959
PinName pin_ssel;
6060
#ifdef DEVICE_SPI_ASYNCH
6161
uint32_t event;
62-
uint8_t module;
6362
uint8_t transfer_type;
6463
#endif
6564
};

0 commit comments

Comments
 (0)