Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion targets/TARGET_STM/TARGET_STM32F0/common_objects.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ struct spi_s {
PinName pin_ssel;
#ifdef DEVICE_SPI_ASYNCH
uint32_t event;
uint8_t module;
uint8_t transfer_type;
#endif
};
Expand Down
1 change: 0 additions & 1 deletion targets/TARGET_STM/TARGET_STM32F1/common_objects.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ struct spi_s {
PinName pin_ssel;
#ifdef DEVICE_SPI_ASYNCH
uint32_t event;
uint8_t module;
uint8_t transfer_type;
#endif
};
Expand Down
1 change: 0 additions & 1 deletion targets/TARGET_STM/TARGET_STM32F2/objects.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ struct spi_s {
PinName pin_ssel;
#ifdef DEVICE_SPI_ASYNCH
uint32_t event;
uint8_t module;
uint8_t transfer_type;
#endif
};
Expand Down
1 change: 0 additions & 1 deletion targets/TARGET_STM/TARGET_STM32F3/common_objects.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ struct spi_s {
PinName pin_ssel;
#ifdef DEVICE_SPI_ASYNCH
uint32_t event;
uint8_t module;
uint8_t transfer_type;
#endif
};
Expand Down
1 change: 0 additions & 1 deletion targets/TARGET_STM/TARGET_STM32F4/common_objects.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ struct spi_s {
PinName pin_ssel;
#ifdef DEVICE_SPI_ASYNCH
uint32_t event;
uint8_t module;
uint8_t transfer_type;
#endif
};
Expand Down
1 change: 0 additions & 1 deletion targets/TARGET_STM/TARGET_STM32F7/common_objects.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ struct spi_s {
PinName pin_ssel;
#ifdef DEVICE_SPI_ASYNCH
uint32_t event;
uint8_t module;
uint8_t transfer_type;
#endif
};
Expand Down
1 change: 0 additions & 1 deletion targets/TARGET_STM/TARGET_STM32L0/common_objects.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ struct spi_s {
PinName pin_ssel;
#ifdef DEVICE_SPI_ASYNCH
uint32_t event;
uint8_t module;
uint8_t transfer_type;
#endif
};
Expand Down
Loading