From dcf6591e9bfa63af6950c61773df09a44cba5680 Mon Sep 17 00:00:00 2001 From: hadaq Date: Wed, 30 Sep 2009 13:15:57 +0000 Subject: [PATCH] update --- trbrich/trbrichcmd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 { -- 2.43.0