]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
update
authorhadaq <hadaq>
Wed, 30 Sep 2009 13:15:57 +0000 (13:15 +0000)
committerhadaq <hadaq>
Wed, 30 Sep 2009 13:15:57 +0000 (13:15 +0000)
trbrich/trbrichcmd.c

index 7c4ee2ab9e29b9c36f404110bf764a447b9236f5..dad594634bd55f7205e25887cc9a7378c066c58a 100644 (file)
@@ -13,7 +13,7 @@
 
 #define TEMP_RESOLUTION 0.0625
 
-static const char trb_i2c_version[] = "$Revision: 1.3 $"; 
+static const char trb_i2c_version[] = "$Revision: 1.4 $"; 
 
 static const uint16_t adcm_uid_register = 0xc000;
 
@@ -116,6 +116,7 @@ int main(int argc, char** argv)
           printf("%02d  ------------------\n", ctr);
        }
       }
+      printf("\n");
     }
             
   } else if (strcmp(argv[optind], "temp") == 0) {
@@ -172,6 +173,7 @@ int main(int argc, char** argv)
           printf("%02d  -------\n", ctr);
        }
       }
+      printf("\n");
     }
     
   } else {