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_STM32F4/common_objects.h
- Revision:
- 169:e3b6fe271b81
- Parent:
- 168:9672193075cf
- Child:
- 171:89b338f31ef1
--- a/targets/TARGET_STM/TARGET_STM32F4/common_objects.h Thu Jul 06 15:42:05 2017 +0100 +++ b/targets/TARGET_STM/TARGET_STM32F4/common_objects.h Wed Jul 19 17:31:21 2017 +0100 @@ -109,7 +109,11 @@ uint8_t available_events; #endif }; - +#if DEVICE_FLASH +struct flash_s { + uint32_t dummy; +}; +#endif #define GPIO_IP_WITHOUT_BRR #include "gpio_object.h"