Skip to content

Commit 5d344e9

Browse files
committed
Remove shared spi_s struct from XDOT_L151CC
1 parent e410157 commit 5d344e9

File tree

1 file changed

+0
-14
lines changed
  • targets/TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC

1 file changed

+0
-14
lines changed

targets/TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC/objects.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,6 @@ struct dac_s {
6565
PinName pin;
6666
};
6767

68-
struct spi_s {
69-
SPIName spi;
70-
uint32_t bits;
71-
uint32_t cpol;
72-
uint32_t cpha;
73-
uint32_t mode;
74-
uint32_t nss;
75-
uint32_t br_presc;
76-
PinName pin_miso;
77-
PinName pin_mosi;
78-
PinName pin_sclk;
79-
PinName pin_ssel;
80-
};
81-
8268
struct i2c_s {
8369
I2CName i2c;
8470
uint32_t slave;

0 commit comments

Comments
 (0)