1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

test/periph_hwrng: fixed output formatting

This commit is contained in:
Hauke Petersen 2017-03-30 17:30:03 +02:00
parent 5311e12d8a
commit 053e6e87d6

View File

@ -31,7 +31,7 @@ int main(void)
uint8_t buf[LIMIT];
puts("\nHWRNG peripheral driver test\n");
printf("This test will print from 1 to %i random bytes about every"
printf("This test will print from 1 to %i random bytes about every "
"second\n\n", LIMIT);
puts("Initializing the HWRNG driver.\n");