diff options
| -rw-r--r-- | apps/debug_menu.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 95fc6a9..c3a0d93 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, (void)p_device; (void)addr1; (void)addr2; +#elif CONFIG_CPU == S3C2440 + /* TODO: Implement for Gigabeat */ + (void)p_manufacturer; + (void)p_device; + (void)addr1; + (void)addr2; #else unsigned not_manu, not_id; /* read values before switching to ID mode */ unsigned manu, id; /* read values when in ID mode */ |