Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbedEndpointNetwork mbedEndpointNetworkMJK
Fork of Nanostack_lib by
Revision 3:1e7446b1fcae, committed 2014-06-24
- Comitter:
- Mika Karjalainen
- Date:
- Tue Jun 24 16:27:02 2014 +0300
- Parent:
- 2:60c5c88f4adc
- Child:
- 4:c449bead5cf3
- Commit message:
- fix NAnt build file, vol3
Changed in this revision
| nanostack_mbed.build | Show annotated file Show diff for this revision Revisions of this file |
--- a/nanostack_mbed.build Tue Jun 24 16:21:31 2014 +0300
+++ b/nanostack_mbed.build Tue Jun 24 16:27:02 2014 +0300
@@ -64,7 +64,7 @@
</fileset>
</copy>
- <copy todir="${outdir}/inc/hal">
+ <copy todir="${outdir}/inc/hal/common">
<fileset basedir="../nanostack2/HAL/common">
<include name="*.h" />
</fileset>
@@ -82,7 +82,7 @@
</fileset>
</copy>
- <copy todir="${outdir}/src/hal">
+ <copy todir="${outdir}/src/hal/common">
<fileset basedir="../nanostack2/HAL/common">
<include name="*.c" />
</fileset>
