From e77bbff125d603f31899f505242577cca9ca7b43 Mon Sep 17 00:00:00 2001 From: Fergus Noble Date: Mon, 12 Sep 2011 20:48:56 -0700 Subject: Fixing small typo. --- include/libopencm3/stm32f1/spi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v1.2.3