Skip to content

Commit 86d0f29

Browse files
adustmkegilbert
authored andcommitted
Rebase of: cb3907e
typo in flash_s struct
1 parent 773ec0b commit 86d0f29

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

targets/TARGET_STM/TARGET_STM32F4/common_objects.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@ struct i2c_s {
109109
uint8_t available_events;
110110
#endif
111111
};
112-
112+
#if DEVICE_FLASH
113+
struct flash_s {
114+
uint32_t dummy;
115+
};
116+
#endif
113117
#define GPIO_IP_WITHOUT_BRR
114118
#include "gpio_object.h"
115119

0 commit comments

Comments
 (0)