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

This commit is contained in:
gdisirio 2010-10-27 20:53:37 +00:00
parent ba10e94273
commit 29a259ba43
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ CH_IRQ_HANDLER(Vector90) {
* @notapi
*/
void spi_lld_init(void) {
************************************************************
#if LPC13xx_SPI_USE_SSP0
spiObjectInit(&SPID1);
SPID1.spd_ssp = LPC_SSP0;