aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFergus Noble2011-09-12 20:48:56 -0700
committerStephen Caudle2011-10-12 22:13:01 -0400
commite77bbff125d603f31899f505242577cca9ca7b43 (patch)
treed2e22fc3b48a0eb46c5968000ffd2f8586e03886 /include
parent76700510e08007fcbb461c22e71649bfa2bf95de (diff)
Fixing small typo.
Diffstat (limited to 'include')
-rw-r--r--include/libopencm3/stm32f1/spi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libopencm3/stm32f1/spi.h b/include/libopencm3/stm32f1/spi.h
index 726310a..d85c0dc 100644
--- a/include/libopencm3/stm32f1/spi.h
+++ b/include/libopencm3/stm32f1/spi.h
@@ -160,7 +160,7 @@
#define SPI_CR1_CPHA_CLK_TRANSITION_2 (1 << 0)
#define SPI_CR1_CPHA (1 << 0)
-/* --- SPI_CR1 values ------------------------------------------------------ */
+/* --- SPI_CR2 values ------------------------------------------------------ */
/* Bits [15:8]: Reserved. Forced to 0 by hardware. */