[stm32] remove unused module member in spi_s struct

pull/3288/head
Laurent MEUNIER 2016-11-16 09:39:57 +01:00
parent aeabcc9472
commit 7cdaba8474
9 changed files with 0 additions and 9 deletions

View File

@ -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
};

View File

@ -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
};

View File

@ -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
};

View File

@ -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
};

View File

@ -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
};

View File

@ -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
};

View File

@ -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
};

View File

@ -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
};

View File

@ -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
};