mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tool: Fix spelling in core_ext.py
Closes: https://github.com/espressif/esp-idf/pull/5145
This commit is contained in:
parent
695f075a13
commit
8c4dc88d27
@ -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…
Reference in New Issue
Block a user