diff options
-rw-r--r-- | firmware/target/arm/debug-pp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/debug-pp.c b/firmware/target/arm/debug-pp.c index 080e0ed631..7872db714d 100644 --- a/firmware/target/arm/debug-pp.c +++ b/firmware/target/arm/debug-pp.c | |||
@@ -130,7 +130,7 @@ bool dbg_ports(void) | |||
130 | 130 | ||
131 | #if defined(IPOD_ACCESSORY_PROTOCOL) | 131 | #if defined(IPOD_ACCESSORY_PROTOCOL) |
132 | const unsigned char *serbuf = iap_get_serbuf(); | 132 | const unsigned char *serbuf = iap_get_serbuf(); |
133 | lcd_putsf(0, line++, "IAP PACKET: %02x %02x %02x %02x %02x %02x %02x %02x", | 133 | lcd_putsf(0, line++, "IAP: %02x %02x %02x %02x %02x %02x %02x %02x", |
134 | serbuf[0], serbuf[1], serbuf[2], serbuf[3], serbuf[4], serbuf[5], | 134 | serbuf[0], serbuf[1], serbuf[2], serbuf[3], serbuf[4], serbuf[5], |
135 | serbuf[6], serbuf[7]); | 135 | serbuf[6], serbuf[7]); |
136 | #endif | 136 | #endif |
@@ -212,7 +212,7 @@ bool dbg_hw_info(void) | |||
212 | lcd_putsf(0, line++, "HW rev: 0x%08lx", IPOD_HW_REVISION); | 212 | lcd_putsf(0, line++, "HW rev: 0x%08lx", IPOD_HW_REVISION); |
213 | #endif | 213 | #endif |
214 | 214 | ||
215 | #ifdef IPOD_COLOR | 215 | #if defined(IPOD_COLOR) || defined(IPOD_NANO) |
216 | extern int lcd_type; /* Defined in lcd-colornano.c */ | 216 | extern int lcd_type; /* Defined in lcd-colornano.c */ |
217 | 217 | ||
218 | lcd_putsf(0, line++, "LCD type: %d", lcd_type); | 218 | lcd_putsf(0, line++, "LCD type: %d", lcd_type); |