Skip to content

Commit

Permalink
README.md: fix nuttx branch
Browse files Browse the repository at this point in the history
Newer nuttx branches lead to compile errors.

Fixes #3.
  • Loading branch information
mwalle committed Jun 28, 2024
1 parent dbdd4d2 commit 38a21b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ pecularities. Esp. there are hardcoded paths in the board defconfig,
therefore, you have to use the exact paths as shown below.

```
git clone -b nuttx-12.3.0 --depth 1 https://github.com/apache/nuttx.git
git clone -b nuttx-12.3.0 --depth 1 https://github.com/apache/nuttx-apps.git apps
git clone -b nuttx-12.2.1 --depth 1 https://github.com/apache/nuttx.git
git clone -b nuttx-12.2.1 --depth 1 https://github.com/apache/nuttx-apps.git apps
git clone https://github.com/mwalle/shinelanx-modbus.git external
ln -s ../external/apps apps/external
Expand Down

0 comments on commit 38a21b3

Please sign in to comment.