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;
|
PinName pin_ssel;
|
||||||
#ifdef DEVICE_SPI_ASYNCH
|
#ifdef DEVICE_SPI_ASYNCH
|
||||||
uint32_t event;
|
uint32_t event;
|
||||||
uint8_t module;
|
|
||||||
uint8_t transfer_type;
|
uint8_t transfer_type;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
|
@ -78,7 +78,6 @@ struct spi_s {
|
||||||
PinName pin_ssel;
|
PinName pin_ssel;
|
||||||
#ifdef DEVICE_SPI_ASYNCH
|
#ifdef DEVICE_SPI_ASYNCH
|
||||||
uint32_t event;
|
uint32_t event;
|
||||||
uint8_t module;
|
|
||||||
uint8_t transfer_type;
|
uint8_t transfer_type;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
|
@ -94,7 +94,6 @@ struct spi_s {
|
||||||
PinName pin_ssel;
|
PinName pin_ssel;
|
||||||
#ifdef DEVICE_SPI_ASYNCH
|
#ifdef DEVICE_SPI_ASYNCH
|
||||||
uint32_t event;
|
uint32_t event;
|
||||||
uint8_t module;
|
|
||||||
uint8_t transfer_type;
|
uint8_t transfer_type;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
|
@ -59,7 +59,6 @@ struct spi_s {
|
||||||
PinName pin_ssel;
|
PinName pin_ssel;
|
||||||
#ifdef DEVICE_SPI_ASYNCH
|
#ifdef DEVICE_SPI_ASYNCH
|
||||||
uint32_t event;
|
uint32_t event;
|
||||||
uint8_t module;
|
|
||||||
uint8_t transfer_type;
|
uint8_t transfer_type;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
|
@ -78,7 +78,6 @@ struct spi_s {
|
||||||
PinName pin_ssel;
|
PinName pin_ssel;
|
||||||
#ifdef DEVICE_SPI_ASYNCH
|
#ifdef DEVICE_SPI_ASYNCH
|
||||||
uint32_t event;
|
uint32_t event;
|
||||||
uint8_t module;
|
|
||||||
uint8_t transfer_type;
|
uint8_t transfer_type;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
|
@ -59,7 +59,6 @@ struct spi_s {
|
||||||
PinName pin_ssel;
|
PinName pin_ssel;
|
||||||
#ifdef DEVICE_SPI_ASYNCH
|
#ifdef DEVICE_SPI_ASYNCH
|
||||||
uint32_t event;
|
uint32_t event;
|
||||||
uint8_t module;
|
|
||||||
uint8_t transfer_type;
|
uint8_t transfer_type;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
|
@ -59,7 +59,6 @@ struct spi_s {
|
||||||
PinName pin_ssel;
|
PinName pin_ssel;
|
||||||
#ifdef DEVICE_SPI_ASYNCH
|
#ifdef DEVICE_SPI_ASYNCH
|
||||||
uint32_t event;
|
uint32_t event;
|
||||||
uint8_t module;
|
|
||||||
uint8_t transfer_type;
|
uint8_t transfer_type;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
|
@ -76,7 +76,6 @@ struct spi_s {
|
||||||
PinName pin_ssel;
|
PinName pin_ssel;
|
||||||
#ifdef DEVICE_SPI_ASYNCH
|
#ifdef DEVICE_SPI_ASYNCH
|
||||||
uint32_t event;
|
uint32_t event;
|
||||||
uint8_t module;
|
|
||||||
uint8_t transfer_type;
|
uint8_t transfer_type;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
|
@ -59,7 +59,6 @@ struct spi_s {
|
||||||
PinName pin_ssel;
|
PinName pin_ssel;
|
||||||
#ifdef DEVICE_SPI_ASYNCH
|
#ifdef DEVICE_SPI_ASYNCH
|
||||||
uint32_t event;
|
uint32_t event;
|
||||||
uint8_t module;
|
|
||||||
uint8_t transfer_type;
|
uint8_t transfer_type;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue