We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e96a09 commit 77df2c7Copy full SHA for 77df2c7
app/dfu/usbd_dfu_flash.h
@@ -53,6 +53,7 @@ extern USBD_DFU_MediaTypeDef USBD_DFU_Flash_fops;
53
#define FLASH_END_ADDR (uint32_t)(0x081FFFFF)
54
55
/* Exported functions ------------------------------------------------------- */
56
+extern void init_Memories(void);
57
58
#endif /* __USBD_DFU_FLASH_H_ */
59
app/main.cpp
@@ -126,7 +126,6 @@ int target_led_off(void) {
126
#if MCUBOOT_APPLICATION_DFU
127
USBD_HandleTypeDef USBD_Device;
128
extern PCD_HandleTypeDef hpcd;
129
-extern void init_Memories(void);
130
#endif
131
132
extern "C" {
0 commit comments