From d4dfe957f23bce14116ea9f5bdbaa77435f69908 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Fri, 27 Oct 2006 02:22:48 +0000 Subject: Oops. Missed part of FS#6235 in the last commmit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11356 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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) { /* In IRAM to avoid problems when running directly from Flash */ bool dbg_flash_id(unsigned* p_manufacturer, unsigned* p_device, unsigned addr1, unsigned addr2) - __attribute__ ((section (".icode"))); + ICODE_ATTR; bool dbg_flash_id(unsigned* p_manufacturer, unsigned* p_device, unsigned addr1, unsigned addr2) -- cgit v1.2.3