diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-15 18:23:20 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-15 18:23:20 +0000 |
commit | a5154c5caec95386f8c907c36491390cb76f38c1 (patch) | |
tree | bed6e39bc253f583f0eaa5d6ed71e06166ee9339 /os/various | |
parent | d8ce25a57dd6570924018722f76ec6687720f88a (diff) | |
download | ChibiOS-a5154c5caec95386f8c907c36491390cb76f38c1.tar.gz ChibiOS-a5154c5caec95386f8c907c36491390cb76f38c1.tar.bz2 ChibiOS-a5154c5caec95386f8c907c36491390cb76f38c1.zip |
Fixed readme.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10828 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various')
-rw-r--r-- | os/various/lwip_bindings/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/various/lwip_bindings/readme.txt b/os/various/lwip_bindings/readme.txt index c2df4cdc7..49ee00c8d 100644 --- a/os/various/lwip_bindings/readme.txt +++ b/os/various/lwip_bindings/readme.txt @@ -2,5 +2,5 @@ This directory contains the ChibiOS/RT "official" bindings with the lwIP TCP/IP stack: http://savannah.nongnu.org/projects/lwip
In order to use lwIP within ChibiOS/RT project, unzip lwIP under
-./ext/lwip-1.4.0 then include $(CHIBIOS)/os/various/lwip_bindings/lwip.mk
+./ext/lwip then include $(CHIBIOS)/os/various/lwip_bindings/lwip.mk
in your makefile.
|