summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 95fc6a90ed..c3a0d93dc6 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -338,6 +338,12 @@ bool dbg_flash_id(unsigned* p_manufacturer, unsigned* p_device,
338 (void)p_device; 338 (void)p_device;
339 (void)addr1; 339 (void)addr1;
340 (void)addr2; 340 (void)addr2;
341#elif CONFIG_CPU == S3C2440
342 /* TODO: Implement for Gigabeat */
343 (void)p_manufacturer;
344 (void)p_device;
345 (void)addr1;
346 (void)addr2;
341#else 347#else
342 unsigned not_manu, not_id; /* read values before switching to ID mode */ 348 unsigned not_manu, not_id; /* read values before switching to ID mode */
343 unsigned manu, id; /* read values when in ID mode */ 349 unsigned manu, id; /* read values when in ID mode */