ipod nano 1g: show lcd type debug info, make more room for iap debug info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30181 a1c6a512-1295-4272-9138-f99709370657
diff --git a/firmware/target/arm/debug-pp.c b/firmware/target/arm/debug-pp.c
index 080e0ed..7872db7 100644
--- a/firmware/target/arm/debug-pp.c
+++ b/firmware/target/arm/debug-pp.c
@@ -130,7 +130,7 @@
#if defined(IPOD_ACCESSORY_PROTOCOL)
const unsigned char *serbuf = iap_get_serbuf();
- lcd_putsf(0, line++, "IAP PACKET: %02x %02x %02x %02x %02x %02x %02x %02x",
+ lcd_putsf(0, line++, "IAP: %02x %02x %02x %02x %02x %02x %02x %02x",
serbuf[0], serbuf[1], serbuf[2], serbuf[3], serbuf[4], serbuf[5],
serbuf[6], serbuf[7]);
#endif
@@ -212,7 +212,7 @@
lcd_putsf(0, line++, "HW rev: 0x%08lx", IPOD_HW_REVISION);
#endif
-#ifdef IPOD_COLOR
+#if defined(IPOD_COLOR) || defined(IPOD_NANO)
extern int lcd_type; /* Defined in lcd-colornano.c */
lcd_putsf(0, line++, "LCD type: %d", lcd_type);