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:
Angus Gratton 2020-05-13 16:17:40 +08:00
commit 48399d3ce0

View file

@ -311,13 +311,13 @@ def action_extensions(base_actions, project_path):
}, },
"efuse_common_table": { "efuse_common_table": {
"callback": build_target, "callback": build_target,
"help": "Genereate C-source for IDF's eFuse fields.", "help": "Generate C-source for IDF's eFuse fields.",
"order_dependencies": ["reconfigure"], "order_dependencies": ["reconfigure"],
"options": global_options, "options": global_options,
}, },
"efuse_custom_table": { "efuse_custom_table": {
"callback": build_target, "callback": build_target,
"help": "Genereate C-source for user's eFuse fields.", "help": "Generate C-source for user's eFuse fields.",
"order_dependencies": ["reconfigure"], "order_dependencies": ["reconfigure"],
"options": global_options, "options": global_options,
}, },