diff options
Diffstat (limited to 'tools/env')
-rw-r--r-- | tools/env/fw_env.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h index 78c803c9447..060eea542cc 100644 --- a/tools/env/fw_env.h +++ b/tools/env/fw_env.h @@ -94,7 +94,6 @@ int fw_env_set(int argc, char *argv[], struct env_opts *opts); */ int fw_parse_script(char *fname, struct env_opts *opts); - /** * fw_env_open() - read enviroment from flash into RAM cache * @@ -151,7 +150,6 @@ int fw_env_flush(struct env_opts *opts); */ int fw_env_close(struct env_opts *opts); - /** * fw_env_version - return the current version of the library * |