Modified SPI default baud rate as per review comments

pull/1297/head
vimalrajr 2015-07-29 16:28:35 +05:30 committed by Karthik Purushothaman
parent bf05bbcaa6
commit 3e5ac805b2
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ enum spi_mode {
#define _SPI(obj) pSPI_SERCOM(obj)->SPI
/** SPI default baud rate. */
#define SPI_DEFAULT_BAUD 50000//100000
#define SPI_DEFAULT_BAUD 100000
/** SPI timeout value. */