diff options
author | Gergő J. Miklós | 2020-10-10 23:07:35 +0200 |
---|---|---|
committer | Gergő J. Miklós | 2020-10-10 23:07:35 +0200 |
commit | fb7772fdfc90c84f44d51398b20fec0d4e749345 (patch) | |
tree | c7e1f5f87a0c970b38b81978e0842ba47d7e3a0b /src | |
parent | 7cebd41261494883a992c03d562db2c113ab5774 (diff) | |
download | i2sensors-fb7772fdfc90c84f44d51398b20fec0d4e749345.tar.gz i2sensors-fb7772fdfc90c84f44d51398b20fec0d4e749345.zip |
test
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ #include "hih61xx.h" #include "hmc5883.h" -#define VERSION 1.26 +#define VERSION 1.27 // extern void lm75_print_help(void); // extern void lm75_read_all(const char *opts); @@ -57,7 +57,7 @@ void print_help(void) { " i2sensors read_all 1 lm75 0x4f \n" " i2sensors read_one 1 lm75 0x4f 00,-1.35\n" "\n" ); - printf ("Version: v%1.2f, build: %s %s (%s), TS: %s STDC: %s\n\n",VERSION,__DATE__,__TIME__,__VERSION__,__TIMESTAMP__,__STDC_VERSION__); + printf ("Version: v%1.2f, build: [%s %s] (%s), TS: %s STDC: %d\n\n",VERSION,__DATE__,__TIME__,__VERSION__,__TIMESTAMP__,__STDC_VERSION__); } void bus_err(int ern){ |