summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index ce25410287..42c5776128 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -393,7 +393,7 @@ static unsigned flash_read_word(unsigned addr) {
393 /* In IRAM to avoid problems when running directly from Flash */ 393 /* In IRAM to avoid problems when running directly from Flash */
394bool dbg_flash_id(unsigned* p_manufacturer, unsigned* p_device, 394bool dbg_flash_id(unsigned* p_manufacturer, unsigned* p_device,
395 unsigned addr1, unsigned addr2) 395 unsigned addr1, unsigned addr2)
396 __attribute__ ((section (".icode"))); 396 ICODE_ATTR;
397bool dbg_flash_id(unsigned* p_manufacturer, unsigned* p_device, 397bool dbg_flash_id(unsigned* p_manufacturer, unsigned* p_device,
398 unsigned addr1, unsigned addr2) 398 unsigned addr1, unsigned addr2)
399 399