Skip to content

Commit

Permalink
test: fix printf specifier.
Browse files Browse the repository at this point in the history
whitequark committed Oct 16, 2016
1 parent 2a9e370 commit f10a449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/test/libartiq_support/artiq_time.c
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ int64_t now = 0;

int watchdog_set(long long ms)
{
printf("watchdog_set %d\n", ms);
printf("watchdog_set %lld\n", ms);
return ms;
}

0 comments on commit f10a449

Please sign in to comment.