Skip to content

Commit

Permalink
Fix text typo for getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Jan 24, 2020
1 parent 1a230f4 commit 14a81e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ At this point it is assumed that you have successfully download library, either

* Copy ``esp_at_lib`` folder to your project
* Add ``esp_at_lib/src/include`` folder to *include path* of your toolchain
* Add folder to port ``esp_at_lib/src/include/system/port/_arch_`` folder to *include path* of your toolchain
* Add port architecture ``esp_at_lib/src/include/system/port/_arch_`` folder to *include path* of your toolchain
* Add source files from ``esp_at_lib/src/`` folder to toolchain build
* Add source files from ``esp_at_lib/src/system/`` folder to toolchain build for arch port
* Copy ``esp_at_lib/src/include/esp/esp_config_template.h`` to project folder and rename it to ``esp_config.h``
Expand Down

0 comments on commit 14a81e2

Please sign in to comment.