summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-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 4bb2cfbe75..69c0e2fceb 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -359,6 +359,12 @@ bool dbg_flash_id(unsigned* p_manufacturer, unsigned* p_device,
359 (void)p_device; 359 (void)p_device;
360 (void)addr1; 360 (void)addr1;
361 (void)addr2; 361 (void)addr2;
362#elif CONFIG_CPU == PNX0101
363 /* TODO: Implement for iFP7xx */
364 (void)p_manufacturer;
365 (void)p_device;
366 (void)addr1;
367 (void)addr2;
362#else 368#else
363 unsigned not_manu, not_id; /* read values before switching to ID mode */ 369 unsigned not_manu, not_id; /* read values before switching to ID mode */
364 unsigned manu, id; /* read values when in ID mode */ 370 unsigned manu, id; /* read values when in ID mode */