]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commitdiff
Fixed sdr-log application so it can use new SCI-POSIX translation layer.
authorCarlos Jenkins <carlos@jenkins.co.cr>
Thu, 6 Jun 2013 17:17:16 +0000 (19:17 +0200)
committerCarlos Jenkins <carlos@jenkins.co.cr>
Thu, 6 Jun 2013 17:17:16 +0000 (19:17 +0200)
apps/sdr-log/.cproject
apps/sdr-log/.project
apps/sdr-log/src/main.c

index a1528e9bb68c1274c185828001d8e7db19732e1c..612eccc2c8d398469dcdfcf86c9fcda41ddb9821 100644 (file)
@@ -47,8 +47,8 @@
                                                        </tool>
                                                </toolChain>
                                        </folderInfo>
-                                       <fileInfo id="cdt.managedbuild.toolchain.gnu.base.520906199.1983895916" name="rpp_posix.c" rcbsApplicability="disable" resourcePath="lib/rpp/rpp_posix.c" toolsToInvoke="cdt.managedbuild.tool.gnu.c.compiler.base.814685508.1381444926">
-                                               <tool id="cdt.managedbuild.tool.gnu.c.compiler.base.814685508.1381444926" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.base.814685508"/>
+                                       <fileInfo id="cdt.managedbuild.toolchain.gnu.base.520906199.1830816929" name="sci_posix.c" rcbsApplicability="disable" resourcePath="src/sci_posix.c" toolsToInvoke="cdt.managedbuild.tool.gnu.c.compiler.base.814685508.1512046997">
+                                               <tool id="cdt.managedbuild.tool.gnu.c.compiler.base.814685508.1512046997" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.base.814685508"/>
                                        </fileInfo>
                                        <sourceEntries>
                                                <entry excluding="src|lib" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
index e0b5c2120620fa6fe3bb3c69a7e3253d48d10210..6f1543a95b0a357b6e5aac3014feb2842761011b 100644 (file)
                        <type>2</type>
                        <locationURI>virtual:/virtual</locationURI>
                </link>
+               <link>
+                       <name>src/sci_posix.c</name>
+                       <type>1</type>
+                       <locationURI>PARENT-2-PROJECT_LOC/os/6.0.4_posix/src/rpp/sci_posix.c</locationURI>
+               </link>
                <link>
                        <name>lib/os/croutine.c</name>
                        <type>1</type>
                        <type>1</type>
                        <locationURI>PARENT-2-PROJECT_LOC/rpp/src/rpp/rpp.c</locationURI>
                </link>
-               <link>
-                       <name>lib/rpp/rpp_posix.c</name>
-                       <type>1</type>
-                       <locationURI>PARENT-2-PROJECT_LOC/os/6.0.4_posix/src/rpp/rpp_posix.c</locationURI>
-               </link>
                <link>
                        <name>lib/rpp/sci.c</name>
                        <type>1</type>
index c3614ab81b769c670584633fef0236ac32f99b59..df768d2a301ec918d633f7638bad5ad791afabdf 100644 (file)
@@ -1,10 +1,6 @@
 #include "rpp/rpp.h"
 #include <stdlib.h>
 
-#if defined(FREERTOS_POSIX)
-#include "lib/rpp/rpp_posix.c"
-#endif
-
 #define FREQ_MILLIS     3000
 
 /**