mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04:00
Merge branch 'bugfix/idf_py_actions_fix_spelling' into 'master'
tool: Fix spelling in core_ext.py Closes IDFGH-3126 See merge request espressif/esp-idf!8718
This commit is contained in:
commit
48399d3ce0
@ -311,13 +311,13 @@ def action_extensions(base_actions, project_path):
|
||||
},
|
||||
"efuse_common_table": {
|
||||
"callback": build_target,
|
||||
"help": "Genereate C-source for IDF's eFuse fields.",
|
||||
"help": "Generate C-source for IDF's eFuse fields.",
|
||||
"order_dependencies": ["reconfigure"],
|
||||
"options": global_options,
|
||||
},
|
||||
"efuse_custom_table": {
|
||||
"callback": build_target,
|
||||
"help": "Genereate C-source for user's eFuse fields.",
|
||||
"help": "Generate C-source for user's eFuse fields.",
|
||||
"order_dependencies": ["reconfigure"],
|
||||
"options": global_options,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user