mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-22 20:36:06 +08:00
moved macros to arch independant file
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user