mbed
Fork of mbed-dev by
Diff: targets/TARGET_STM/TARGET_STM32F3/common_objects.h
- Revision:
- 181:96ed750bd169
- Parent:
- 175:b96e65c34a4d
diff -r b0033dcd6934 -r 96ed750bd169 targets/TARGET_STM/TARGET_STM32F3/common_objects.h --- a/targets/TARGET_STM/TARGET_STM32F3/common_objects.h Thu Dec 07 14:01:42 2017 +0000 +++ b/targets/TARGET_STM/TARGET_STM32F3/common_objects.h Wed Jan 17 15:23:54 2018 +0000 @@ -132,6 +132,13 @@ }; #endif +#if DEVICE_FLASH +struct flash_s { + /* nothing to be stored for now */ + uint32_t dummy; +}; +#endif + #include "gpio_object.h" #ifdef __cplusplus