mbed

Fork of mbed-dev by mbed official

Revision:
178:d650f5d4c87a
Parent:
175:b96e65c34a4d
Child:
182:57724642e740
--- a/targets/TARGET_STM/TARGET_STM32F2/objects.h	Wed Oct 25 14:53:38 2017 +0100
+++ b/targets/TARGET_STM/TARGET_STM32F2/objects.h	Wed Nov 08 13:50:44 2017 +0000
@@ -62,7 +62,8 @@
 
 struct dac_s {
     DACName dac;
-    uint8_t channel;
+    PinName pin;
+    uint32_t channel;
     DAC_HandleTypeDef handle;
 };