Skip to content

Remove shared spi_s struct from XDOT_L151CC #3016

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 13, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions targets/TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC/objects.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down