summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo C.2024-06-29 09:50:03 +0200
committerLeo C.2024-06-29 09:50:03 +0200
commite8fda1c0a5056bbc41c0cdf70e95bb5a8678f277 (patch)
treebfe2034228e83e63afcb266bda4ed9bca121debb
parent6dbf5891f52b1e06f8448e2b0526214bc882c6ec (diff)
downloadz180-stamp-e8fda1c0a5056bbc41c0cdf70e95bb5a8678f277.zip
add missing newlines
-rw-r--r--avr/cmd_cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/avr/cmd_cpu.c b/avr/cmd_cpu.c
index 2abf5db..07d2774 100644
--- a/avr/cmd_cpu.c
+++ b/avr/cmd_cpu.c
@@ -425,7 +425,7 @@ CMD_TBL_ITEM(
// "[-swnu] [-c loopcycles] [-t timeout]\n"
"[-swnu] [-c loopcycles]\n"
" -s Be silent\n"
- " -w Write result to environment variable '"ENV_CPU_FREQ"'"
+ " -w Write result to environment variable '"ENV_CPU_FREQ"'\n"
" -n Don't load code snippet. \n"
" -u Don't unload. Leave code snippet in ram.\n"
" -c Overwrite cycles per lopp for in \"l: a,(50h)/jp l\" loop."
@@ -437,7 +437,7 @@ CMD_TBL_ITEM(
// "[-swnu] [-c loopcycles] [-t timeout]\n"
"[-swnu] [-c loopcycles]\n"
" -s Be silent\n"
- " -w Write result to environment variable '"ENV_CPU"'"
+ " -w Write result to environment variable '"ENV_CPU"'\n"
" -n Don't load code snippet. \n"
" -u Don't unload. Leave code snippet in ram."
// " -t Timeout (ms)\n"