Skip to content

Commit cb3907e

Browse files
committed
typo in flash_s struct
1 parent dfd0cf6 commit cb3907e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F4/common_objects.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ struct i2c_s {
111111
};
112112
#if DEVICE_FLASH
113113
struct flash_s {
114-
uint32_t toto;
114+
uint32_t dummy;
115115
};
116116
#endif
117117
#define GPIO_IP_WITHOUT_BRR

0 commit comments

Comments
 (0)