test/periph_hwrng: fixed output formatting
This commit is contained in:
parent
5311e12d8a
commit
053e6e87d6
@ -31,7 +31,7 @@ int main(void)
|
|||||||
uint8_t buf[LIMIT];
|
uint8_t buf[LIMIT];
|
||||||
|
|
||||||
puts("\nHWRNG peripheral driver test\n");
|
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);
|
"second\n\n", LIMIT);
|
||||||
|
|
||||||
puts("Initializing the HWRNG driver.\n");
|
puts("Initializing the HWRNG driver.\n");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user