From 5d344e9548628e86cf198268b00388edecde337d Mon Sep 17 00:00:00 2001 From: Brian Daniels <brianddaniels@gmail.com> Date: Thu, 13 Oct 2016 12:43:27 -0500 Subject: [PATCH] Remove shared spi_s struct from XDOT_L151CC --- .../TARGET_STM32L1/TARGET_XDOT_L151CC/objects.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/targets/TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC/objects.h b/targets/TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC/objects.h index 7a0d5f1489f..84754ae7488 100644 --- a/targets/TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC/objects.h +++ b/targets/TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC/objects.h @@ -65,20 +65,6 @@ struct dac_s { PinName pin; }; -struct spi_s { - SPIName spi; - uint32_t bits; - uint32_t cpol; - uint32_t cpha; - uint32_t mode; - uint32_t nss; - uint32_t br_presc; - PinName pin_miso; - PinName pin_mosi; - PinName pin_sclk; - PinName pin_ssel; -}; - struct i2c_s { I2CName i2c; uint32_t slave;