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: Hobbyking_Cheetah_Compact Hobbyking_Cheetah_Compact_DRV8323_14bit Hobbyking_Cheetah_Compact_DRV8323_V51_201907 HKC_MiniCheetah ... more
Fork of mbed-dev by
Diff: targets/TARGET_STM/TARGET_STM32L0/common_objects.h
- Revision:
- 167:e84263d55307
- Parent:
- 156:95d6b41a828b
- Child:
- 168:9672193075cf
diff -r c97ed07ec1a8 -r e84263d55307 targets/TARGET_STM/TARGET_STM32L0/common_objects.h
--- a/targets/TARGET_STM/TARGET_STM32L0/common_objects.h Thu Jun 08 15:02:37 2017 +0100
+++ b/targets/TARGET_STM/TARGET_STM32L0/common_objects.h Wed Jun 21 17:46:44 2017 +0100
@@ -111,6 +111,11 @@
#endif
};
+struct flash_s {
+ /* nothing to be stored for now */
+ uint32_t dummy;
+};
+
#include "gpio_object.h"
#ifdef __cplusplus
