Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
Diff: targets/TARGET_STM/TARGET_STM32F2/objects.h
- Revision:
- 177:d650f5d4c87a
- Parent:
- 174:b96e65c34a4d
- Child:
- 181:57724642e740
diff -r 447f873cad2f -r d650f5d4c87a targets/TARGET_STM/TARGET_STM32F2/objects.h --- 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; };