Skip to content

Commit 7875bb8

Browse files
author
ga
committed
Merge branch 'patch-2' of https://github.com/purdeaandrei/simavr.
(PR #388 from Purdea Andrei.) Changed "HZ" to "Hz".
1 parent 1a55464 commit 7875bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simavr/sim/run_avr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ display_usage(
4343
" [--list-cores] List all supported AVR cores and exit\n"
4444
" [-v] Raise verbosity level\n"
4545
" (can be passed more than once)\n"
46-
" [--freq|-f <freq>] Sets the frequency for an .hex firmware\n"
46+
" [--freq|-f <freq>] Sets the frequency (in Hz) for an .hex firmware\n"
4747
" [--mcu|-m <device>] Sets the MCU type for an .hex firmware\n"
4848
" [--gdb|-g [<port>]] Listen for gdb connection on <port> "
4949
"(default 1234)\n"

0 commit comments

Comments
 (0)