Skip to content

Commit aa6a71b

Browse files
authored
Merge pull request #3844 from bcostm/fix_comments_gpio_object
STM32 GPIO: Typo correction. Update comment (GPIO_IP_WITHOUT_BRR)
2 parents ede2a11 + d03f967 commit aa6a71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/gpio_object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extern "C" {
4343
/*
4444
* Note: reg_clr might actually be same as reg_set.
4545
* Depends on family whether BRR is available on top of BSRR
46-
* if BRR does not exist, family shall define GPIO_DOES_NOT_HAVE_BRR
46+
* if BRR does not exist, family shall define GPIO_IP_WITHOUT_BRR
4747
*/
4848
typedef struct {
4949
uint32_t mask;

0 commit comments

Comments
 (0)