mirror of https://github.com/ARMmbed/mbed-os.git
[stm32] remove unused module member in spi_s struct
parent
aeabcc9472
commit
7cdaba8474
|
@ -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
|
||||
};
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
|
|
@ -76,7 +76,6 @@ struct spi_s {
|
|||
PinName pin_ssel;
|
||||
#ifdef DEVICE_SPI_ASYNCH
|
||||
uint32_t event;
|
||||
uint8_t module;
|
||||
uint8_t transfer_type;
|
||||
#endif
|
||||
};
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue