git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4742 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2012-10-13 06:53:56 +00:00
parent f460698289
commit 0fa4dee63b
1 changed files with 0 additions and 13 deletions

View File

@ -77,19 +77,6 @@ static PWMConfig pwmcfg = {
0 0
}; };
/*
* SPI1 configuration structure.
* Speed 5.25MHz, CPHA=1, CPOL=1, 8bits frames, MSb transmitted first.
* The slave select line is the pin GPIOE_CS_SPI on the port GPIOE.
*/
static const SPIConfig spi1cfg = {
NULL,
/* HW dependent part.*/
GPIOE,
GPIOE_CS_SPI,
SPI_CR1_BR_0 | SPI_CR1_BR_1 | SPI_CR1_CPOL | SPI_CR1_CPHA
};
/* /*
* SPI2 configuration structure. * SPI2 configuration structure.
* Speed 21MHz, CPHA=0, CPOL=0, 16bits frames, MSb transmitted first. * Speed 21MHz, CPHA=0, CPOL=0, 16bits frames, MSb transmitted first.