Преглед изворни кода

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
morris пре 3 година
родитељ
комит
3aeb80acb6
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      docs/en/api-guides/build-system.rst

+ 2 - 2
docs/en/api-guides/build-system.rst

@@ -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
 ^^^^^^^^^^^^^