Merge pull request #3844 from bcostm/fix_comments_gpio_object

STM32 GPIO: Typo correction. Update comment (GPIO_IP_WITHOUT_BRR)
pull/3898/head
Martin Kojtal 2017-03-06 16:54:39 +00:00 committed by GitHub
commit aa6a71bd0c
1 changed files with 1 additions and 1 deletions

View File

@ -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;