correct typo for STM32L GPIO bit set/reset register (BSSR --> BSRR))

Signed-off-by: David Hendricks <dhendrix@chromium.org>

BUG=none
TEST=none

Change-Id: I2f452e4f842ac3b67157f94c5e533b53d0d8baec
This commit is contained in:
David Hendricks
2012-02-02 17:44:22 -08:00
parent 71219213f5
commit b2b6eb46b3

View File

@@ -136,7 +136,7 @@
#define STM32L_GPIO_PUPDR(l) STM32L_GPIO_REG32(l, 0x0C)
#define STM32L_GPIO_IDR(l) STM32L_GPIO_REG16(l, 0x10)
#define STM32L_GPIO_ODR(l) STM32L_GPIO_REG16(l, 0x14)
#define STM32L_GPIO_BSSR(l) STM32L_GPIO_REG32(l, 0x18)
#define STM32L_GPIO_BSRR(l) STM32L_GPIO_REG32(l, 0x18)
#define STM32L_GPIO_LCKR(l) STM32L_GPIO_REG32(l, 0x1C)
#define STM32L_GPIO_AFRL(l) STM32L_GPIO_REG32(l, 0x20)
#define STM32L_GPIO_AFRH(l) STM32L_GPIO_REG32(l, 0x24)