Fix several format string issues

This commit is contained in:
Stefan Wahren
2016-04-01 19:20:00 +00:00
parent 7fe67c8586
commit 9edcc44eeb
3 changed files with 26 additions and 29 deletions

View File

@ -86,7 +86,7 @@ main(int argc, char **argv)
}
else
{
printf("Switched baud rate of device to %lu\n", target_baudrate);
printf("Switched baud rate of device to %ld\n", target_baudrate);
}
mbus_disconnect(handle);