aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFergus Noble2011-09-12 20:48:56 -0700
committerFergus Noble2011-09-12 20:48:56 -0700
commit8a5ad8f5649e5ffe0dd14f9332259f202d873d64 (patch)
tree3630ce2147dec06b973840a64cda37b954246ce8
parent89eb1921d94cdeaf5518b418ca5134d857908b7b (diff)
Fixing small typo.
-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. */