summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2012-01-29 14:38:14 +0100
committerBertrik Sikken <bertrik@sikken.nl>2012-01-29 15:05:05 +0100
commitf57e5a2ae3b9d3c1ae4aa51e96d4b2aea700262f (patch)
tree0ff9d04c563a17c3d1aced921a6351e056d1d08d /firmware
parentdbcf173fdffc74800840da4661e2bcd65e2afc7d (diff)
downloadrockbox-f57e5a2ae3b9d3c1ae4aa51e96d4b2aea700262f.tar.gz
rockbox-f57e5a2ae3b9d3c1ae4aa51e96d4b2aea700262f.zip
AMSv1/AMSv2: show CCU_IO in debug menu
Change-Id: I8ee9d464a6a3aebc21b60ac88e1b3833dca48885
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/as3525/debug-as3525.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/debug-as3525.c b/firmware/target/arm/as3525/debug-as3525.c
index 3e546bb5e3..514eebd390 100644
--- a/firmware/target/arm/as3525/debug-as3525.c
+++ b/firmware/target/arm/as3525/debug-as3525.c
@@ -454,12 +454,11 @@ bool dbg_ports(void)
454 lcd_putsf(0, line++, "GPIOB: %2x DIR: %2x", GPIOB_DATA, GPIOB_DIR); 454 lcd_putsf(0, line++, "GPIOB: %2x DIR: %2x", GPIOB_DATA, GPIOB_DIR);
455 lcd_putsf(0, line++, "GPIOC: %2x DIR: %2x", GPIOC_DATA, GPIOC_DIR); 455 lcd_putsf(0, line++, "GPIOC: %2x DIR: %2x", GPIOC_DATA, GPIOC_DIR);
456 lcd_putsf(0, line++, "GPIOD: %2x DIR: %2x", GPIOD_DATA, GPIOD_DIR); 456 lcd_putsf(0, line++, "GPIOD: %2x DIR: %2x", GPIOD_DATA, GPIOD_DIR);
457 lcd_putsf(0, line++, "CCU_IO:%8x", CCU_IO);
457#ifdef DEBUG_DBOP 458#ifdef DEBUG_DBOP
458 line++;
459 lcd_puts(0, line++, "[DBOP_DIN]"); 459 lcd_puts(0, line++, "[DBOP_DIN]");
460 lcd_putsf(0, line++, "DBOP_DIN: %4x", dbop_debug()); 460 lcd_putsf(0, line++, "DBOP_DIN: %4x", dbop_debug());
461#endif 461#endif
462 line++;
463 lcd_puts(0, line++, "[CP15]"); 462 lcd_puts(0, line++, "[CP15]");
464 lcd_putsf(0, line++, "CP15: 0x%8x", read_cp15()); 463 lcd_putsf(0, line++, "CP15: 0x%8x", read_cp15());
465 lcd_update(); 464 lcd_update();