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.
Fork of mbed-dev by
Diff: targets/TARGET_STM/TARGET_STM32L1/common_objects.h
- Revision:
- 170:19eb464bc2be
- Parent:
- 168:9672193075cf
- Child:
- 171:89b338f31ef1
--- a/targets/TARGET_STM/TARGET_STM32L1/common_objects.h Wed Jul 19 17:31:21 2017 +0100 +++ b/targets/TARGET_STM/TARGET_STM32L1/common_objects.h Thu Aug 03 13:13:39 2017 +0100 @@ -110,6 +110,11 @@ #endif }; +struct flash_s { + /* nothing to be stored for now */ + uint32_t dummy; +}; + struct dac_s { DACName dac; PinName pin;