1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

tests/xtimer_drift: Fix typo

This commit is contained in:
Joakim Nohlgård 2016-02-16 09:24:31 +01:00
parent 30e42669d6
commit 857df0a93a

View File

@ -124,7 +124,7 @@ int main(void)
puts("Make note of the PC clock when starting this test, let run for a while, "
"compare the printed time against the expected time from the PC clock.");
puts("The difference is the RIOT timer drift, this is likely caused by either: "
"Inaccurate hardware timer, or bugs in the software (xtimer or periph/timer).");
"an inaccurate hardware timer, or bugs in the software (xtimer or periph/timer).");
printf("This test will run a periodic timer every %lu microseconds (%lu Hz), ",
(unsigned long)TEST_INTERVAL, (unsigned long)TEST_HZ);
puts("The current time will be printed once per second, along with the "