From a489128ad3626c51ede37c7792456f29e922bffc Mon Sep 17 00:00:00 2001 From: hadaq Date: Thu, 17 Sep 2009 20:09:12 +0000 Subject: [PATCH] update --- trbrich/trb_i2c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trbrich/trb_i2c.c b/trbrich/trb_i2c.c index 0b7145d..a6e1ad9 100644 --- a/trbrich/trb_i2c.c +++ b/trbrich/trb_i2c.c @@ -11,7 +11,7 @@ #define BUFFER_SIZE 4096 -static const char trb_i2c_version[] = "$Revision: 1.4 $"; +static const char trb_i2c_version[] = "$Revision: 1.5 $"; static const uint16_t trb_i2c_register = 0x8040; @@ -19,7 +19,7 @@ static const unsigned int timeout = 1000; void usage(const char *progName) { - printf("Usage: %s [-h] [-d level] \n", progName); + printf("Usage: %s [-h] [-d level] [-V] \n", progName); printf("Options:\n"); printf(" -h give this help\n"); printf(" -d turn on Debugging Information\n"); -- 2.43.0