mbed
Fork of mbed-dev by
Diff: targets/TARGET_STM/TARGET_STM32F2/objects.h
- Revision:
- 182:57724642e740
- Parent:
- 178:d650f5d4c87a
--- a/targets/TARGET_STM/TARGET_STM32F2/objects.h Wed Jan 17 15:23:54 2018 +0000 +++ b/targets/TARGET_STM/TARGET_STM32F2/objects.h Fri Feb 16 16:09:33 2018 +0000 @@ -145,6 +145,13 @@ }; #endif +#if DEVICE_FLASH +struct flash_s { + /* nothing to be stored for now */ + uint32_t dummy; +}; +#endif + #define GPIO_IP_WITHOUT_BRR #include "gpio_object.h"