From 30579e8131f235626456b96ef06912d057c115ea Mon Sep 17 00:00:00 2001 From: Shaun Nelson Date: Wed, 24 May 2017 11:33:55 -0400 Subject: [PATCH] 4354 Fix MOTE_L152RC GPIO Write Add #define GPI_IP_WITHOUT_BRR --- targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/objects.h | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/objects.h b/targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/objects.h index 73e9d5a2949..d643f64c3c3 100644 --- a/targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/objects.h +++ b/targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/objects.h @@ -65,6 +65,7 @@ struct dac_s { PinName pin; }; +#define GPIO_IP_WITHOUT_BRR #include "common_objects.h" #ifdef __cplusplus