Updated SPI speed

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11913 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
edolomb 2018-04-12 11:53:01 +00:00
parent aab0bf3feb
commit 5a60288080
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ static const SPIConfig hs_spicfg = {
NULL, /* callback if present */
0, /* cs pad number */
SPI_MR_MODFDIS | SPI_MR_LLB, /* mr register */
SPI_CSR_SCBR(1) /* csr */
SPI_CSR_SCBR(3) /* csr */
};
/*
@ -39,7 +39,7 @@ static const SPIConfig ls_spicfg = {
NULL, /* callback if present */
0, /* cs pad number */
SPI_MR_MODFDIS | SPI_MR_LLB, /* mr register */
SPI_CSR_SCBR(1) /* csr */
SPI_CSR_SCBR(166) /* csr */
};
/*