Skip to content
Snippets Groups Projects
Commit e881cb56 authored by Bruce Adler's avatar Bruce Adler Committed by Wolfgang Denk
Browse files

fix wording in README


Changed the wording to properly describe the shadowing
of the environment from ROM to RAM

Signed-off-by: default avatarBruce Adler <bruce.adler@acm.org>
parent ad845bee
No related branches found
No related tags found
No related merge requests found
......@@ -2123,7 +2123,7 @@ to save the current settings.
to be a good choice since it makes it far enough from the
start of the data area as well as from the stack pointer.
Please note that the environment is read-only as long as the monitor
Please note that the environment is read-only until the monitor
has been relocated to RAM and a RAM copy of the environment has been
created; also, when using EEPROM you will have to use getenv_r()
until then to read environment variables.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment