From: hadaq Date: Wed, 30 Sep 2009 13:15:57 +0000 (+0000) Subject: update X-Git-Tag: v6.0~324 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=dcf6591e9bfa63af6950c61773df09a44cba5680;p=trbnettools.git update --- diff --git a/trbrich/trbrichcmd.c b/trbrich/trbrichcmd.c index 7c4ee2a..dad5946 100644 --- a/trbrich/trbrichcmd.c +++ b/trbrich/trbrichcmd.c @@ -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 {