diff options
Diffstat (limited to 'board/pyro/board.c')
-rw-r--r-- | board/pyro/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pyro/board.c b/board/pyro/board.c index 01ffe858f0..f6e275032e 100644 --- a/board/pyro/board.c +++ b/board/pyro/board.c @@ -1047,7 +1047,7 @@ int board_get_version(void) } } - CPRINTS("Board version: %d\n", version); + CPRINTS("Board version: %d", version); return version; } |