From 053e6e87d6bfefcf477bfc37e51196c47b760fc4 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Thu, 30 Mar 2017 17:30:03 +0200 Subject: [PATCH] test/periph_hwrng: fixed output formatting --- tests/periph_hwrng/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/periph_hwrng/main.c b/tests/periph_hwrng/main.c index 364f63f2bf..c81b60be50 100644 --- a/tests/periph_hwrng/main.c +++ b/tests/periph_hwrng/main.c @@ -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");