Commit 60449632 authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial: PP_NSEC_PER_SEC redefined as (1000*1000*1000)

parent 847031e2
......@@ -7,7 +7,7 @@
#define __PTP_CONSTANTS_H__
/* general purpose constants */
#define PP_NSEC_PER_SEC 1000000000
#define PP_NSEC_PER_SEC (1000*1000*1000)
/* implementation specific constants */
#define PP_DEFAULT_INBOUND_LATENCY 0 /* in nsec */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment