diff --git a/tools/idf.py b/tools/idf.py index 8380513e0a..38a15a6098 100755 --- a/tools/idf.py +++ b/tools/idf.py @@ -478,7 +478,6 @@ ACTIONS = { "fullclean": (fullclean, [], []), "reconfigure": (reconfigure, [], ["menuconfig"]), "menuconfig": (build_target, [], []), - "defconfig": (build_target, [], []), "confserver": (build_target, [], []), "size": (build_target, ["app"], []), "size-components": (build_target, ["app"], []),