Sergio Scaglia / Nanostack_lib

Dependents:   mbedEndpointNetwork mbedEndpointNetworkMJK

Fork of Nanostack_lib by Sensinode

Files at this revision

API Documentation at this revision

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>