mbed official / mbed

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

Revision:
146:22da6e220af6
Parent:
135:176b8275d35d
Child:
149:e2bfab296f20
diff -r 64910690c574 -r 22da6e220af6 TARGET_NUCLEO_L073RZ/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/objects.h
--- a/TARGET_NUCLEO_L073RZ/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/objects.h	Wed Jun 21 17:31:38 2017 +0100
+++ b/TARGET_NUCLEO_L073RZ/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/objects.h	Thu Jul 06 15:30:22 2017 +0100
@@ -60,12 +60,6 @@
     uint32_t channel;
 };
 
-struct dac_s {
-    DACName dac;
-    PinName pin;
-    uint32_t channel;
-};
-
 struct trng_s {
     RNG_HandleTypeDef handle;
 };