diff options
Diffstat (limited to 'testhal/ATSAMA5D2/FLEX-SPI')
-rw-r--r-- | testhal/ATSAMA5D2/FLEX-SPI/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/ATSAMA5D2/FLEX-SPI/main.c b/testhal/ATSAMA5D2/FLEX-SPI/main.c index c870f6b7e..8d28c64c1 100644 --- a/testhal/ATSAMA5D2/FLEX-SPI/main.c +++ b/testhal/ATSAMA5D2/FLEX-SPI/main.c @@ -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 */
};
/*
|