From 7374f9cc877394c18d45acde11205f772d94d689 Mon Sep 17 00:00:00 2001 From: bcostm Date: Mon, 27 Feb 2017 16:32:44 +0100 Subject: [PATCH] Typo: update comment (GPIO_IP_WITHOUT_BRR) --- targets/TARGET_STM/gpio_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_STM/gpio_object.h b/targets/TARGET_STM/gpio_object.h index b4285cc766..230c8a0e26 100644 --- a/targets/TARGET_STM/gpio_object.h +++ b/targets/TARGET_STM/gpio_object.h @@ -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;