spi baudrate setting

This commit is contained in:
Markus Fröschle
2013-10-13 20:25:26 +00:00
parent c8e1d1323a
commit 27e1540dbd

View File

@@ -28,7 +28,7 @@ struct spi_baud_rate
int bautrate; int bautrate;
}; };
static struct spi_baudrate baudrate[] = static struct spi_baud_rate baudrate[16] =
{ {
{ 0b0000, 2 }, { 0b0000, 2 },
{ 0b0001, 4 }, { 0b0001, 4 },