aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-03 08:58:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-03 08:58:07 +0000
commitcb0364f42a9df0ca6bce07bdc51e0e1d99e9451f (patch)
tree05d997c228274757aefda0411dfb86a45c7a00d4
parentbe28644697de2ce5733c9c5a4b799f074097689f (diff)
downloadChibiOS-cb0364f42a9df0ca6bce07bdc51e0e1d99e9451f.tar.gz
ChibiOS-cb0364f42a9df0ca6bce07bdc51e0e1d99e9451f.tar.bz2
ChibiOS-cb0364f42a9df0ca6bce07bdc51e0e1d99e9451f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5802 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--testhal/SPC563Mxx/SPI/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/SPC563Mxx/SPI/main.c b/testhal/SPC563Mxx/SPI/main.c
index df186e7e7..212642c2f 100644
--- a/testhal/SPC563Mxx/SPI/main.c
+++ b/testhal/SPC563Mxx/SPI/main.c
@@ -26,7 +26,7 @@ static const SPIConfig hs_spicfg = {
0,
SPC5_MCR_PCSIS0, /* MCR. */
SPC5_CTAR_CSSCK_DIV2 | SPC5_CTAR_ASC_DIV2 | SPC5_CTAR_FMSZ(8) |
- SPC5_CTAR_PBR_PRE2 | SPC5_CTAR_BR_DIV2, /* CTAR0. */
+ SPC5_CTAR_PBR_PRE2 | SPC5_CTAR_BR_DIV2, /* CTAR0. */
SPC5_PUSHR_CONT | SPC5_PUSHR_PCS(0) /* PUSHR. */
};