Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion targets/TARGET_STM/gpio_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extern "C" {
/*
* Note: reg_clr might actually be same as reg_set.
* 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 {
uint32_t mask;
Expand Down