tool/CommandConfig.cpp
branchstable-1.5
changeset 2435 4151f6f4c3e1
parent 2421 bc2d4bf9cbe5
--- a/tool/CommandConfig.cpp	Thu Oct 04 10:07:52 2012 +0200
+++ b/tool/CommandConfig.cpp	Tue Oct 09 09:52:50 2012 +0200
@@ -236,9 +236,14 @@
 
                 cout << indent << "  0x"
                     << hex << setfill('0')
-                    << setw(4) << sdo.index << ":"
-                    << setw(2) << (unsigned int) sdo.subindex
-                    << ", " << dec << sdo.size << " byte" << endl;
+                    << setw(4) << sdo.index;
+                if (sdo.complete_access) {
+                    cout << " C";
+                }
+                else {
+                    cout << ":" << setw(2) << (unsigned int) sdo.subindex;
+                }
+                cout << ", " << dec << sdo.size << " byte" << endl;
 
                 cout << indent << "    " << hex;
                 for (i = 0; i < min((uint32_t) sdo.size,