paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [5734] moved macros to arch independant file


From: antoine drouin
Subject: [paparazzi-commits] [5734] moved macros to arch independant file
Date: Fri, 27 Aug 2010 19:31:08 +0000

Revision: 5734
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5734
Author:   poine
Date:     2010-08-27 19:31:07 +0000 (Fri, 27 Aug 2010)
Log Message:
-----------
moved macros to arch independant file

Modified Paths:
--------------
    paparazzi3/trunk/sw/airborne/sim/sys_time_hw.h

Modified: paparazzi3/trunk/sw/airborne/sim/sys_time_hw.h
===================================================================
--- paparazzi3/trunk/sw/airborne/sim/sys_time_hw.h      2010-08-27 19:05:29 UTC 
(rev 5733)
+++ paparazzi3/trunk/sw/airborne/sim/sys_time_hw.h      2010-08-27 19:31:07 UTC 
(rev 5734)
@@ -4,10 +4,7 @@
 #include <unistd.h>
 
 #define SYS_TICS_OF_SEC(x) (x)
-#define SYS_TICS_OF_USEC(x) (x)
-#define SYS_TICS_OF_NSEC(x) (x)
 #define SIGNED_SYS_TICS_OF_SEC(x) (x)
-#define SIGNED_SYS_TICS_OF_USEC(x) (x)
 
 #define SEC_OF_SYS_TICS(st) (st)
 #define MSEC_OF_SYS_TICS(st) (st)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]