kerneltest/e32test/pccd/t_media.cpp
branchanywhere
changeset 41 d32f34975bbf
parent 33 0173bcd7697c
--- a/kerneltest/e32test/pccd/t_media.cpp	Mon Feb 01 19:40:00 2010 +0100
+++ b/kerneltest/e32test/pccd/t_media.cpp	Mon Feb 01 19:49:38 2010 +0100
@@ -187,7 +187,7 @@
 	TUint driveSize=I64LOW(driveCaps.iSize);
 	test.Printf(_L("Drive size       = %08x (%dK)\n"),driveSize,driveSize>>10);
 	test.Printf(_L("Media type       = %d\n"),driveCaps.iType);
-	test.Printf(_L("Battery state    = %d\n"),driveCaps.iBattery);
+	test.Printf(_L("Connection Bus   = %d\n"),driveCaps.iConnectionBusType);
 	test.Printf(_L("Drive attributes = %08x\n"),driveCaps.iDriveAtt);
 	test.Printf(_L("Media attributes = %08x\n"),driveCaps.iMediaAtt);
 	test.Printf(_L("Base address     = %08x\n"),driveCaps.iBaseAddress);