From cb6326f62abd78890b57258564f471e32b6ab6b2 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Ancele Date: Tue, 4 Jul 2017 16:19:27 +0200 Subject: [PATCH] STM32L496xG fix objects.h to fit common_objects definition --- .../TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/objects.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/objects.h b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/objects.h index e547ad300b..0b8ee2687a 100644 --- a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/objects.h +++ b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/objects.h @@ -60,12 +60,6 @@ struct analogin_s { uint32_t channel; }; -struct dac_s { - DACName dac; - PinName pin; - uint32_t channel; -}; - struct can_s { CANName can; int index;