mbed library sources, mbed-dev only for TYBLE16
Fork of mbed-dev by
Please refer flowing link.
/users/kenjiArai/notebook/tyble16-module-will-become-a-mbed-family--mbedliza/
Diff: targets/TARGET_STM/TARGET_STM32F2/objects.h
- Revision:
- 177:d650f5d4c87a
- Parent:
- 174:b96e65c34a4d
- Child:
- 181: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; };