Skip to content

Commit d03f967

Browse files
committed
Typo: update comment (GPIO_IP_WITHOUT_BRR)
1 parent 3a27568 commit d03f967

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)