mirror of https://github.com/ARMmbed/mbed-os.git
Typo: update comment (GPIO_IP_WITHOUT_BRR)
parent
ed6d03b9cc
commit
7374f9cc87
|
@ -43,7 +43,7 @@ extern "C" {
|
||||||
/*
|
/*
|
||||||
* Note: reg_clr might actually be same as reg_set.
|
* Note: reg_clr might actually be same as reg_set.
|
||||||
* Depends on family whether BRR is available on top of BSRR
|
* Depends on family whether BRR is available on top of BSRR
|
||||||
* if BRR does not exist, family shall define GPIO_DOES_NOT_HAVE_BRR
|
* if BRR does not exist, family shall define GPIO_IP_WITHOUT_BRR
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t mask;
|
uint32_t mask;
|
||||||
|
|
Loading…
Reference in New Issue