examples/hdc1008_demo: fix wrong printf parameter
An extra "%d" that shouldn't be there
This commit is contained in:
parent
e4db4df673
commit
453d5f2866
@ -78,7 +78,7 @@ int main(int argc, FAR char *argv[])
|
|||||||
|
|
||||||
printf("Temperature and humidity\n"
|
printf("Temperature and humidity\n"
|
||||||
"========================\n");
|
"========================\n");
|
||||||
printf("data=%s%d\n\n", buf);
|
printf("data=%s\n\n", buf);
|
||||||
|
|
||||||
/* Measure using ioctl */
|
/* Measure using ioctl */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user