Merge branch 'contrib/github_pr_8767' into 'master'

Fixing a file name typo (plug.c) (GitHub PR)

Closes IDFGH-7165

See merge request espressif/esp-idf!17784
This commit is contained in:
morris 2022-04-15 15:30:14 +08:00
commit 3aeb80acb6

View File

@ -527,8 +527,8 @@ Imagine there is a ``car`` component, which uses the ``engine`` component, which
- engine.c
- include/ - engine.h
- spark_plug/ - CMakeLists.txt
- plug.c
- plug.h
- spark_plug.c
- spark_plug.h
Car component
^^^^^^^^^^^^^