Commit d07e3c2b authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

adding useconds_t type for ptp

parent 026d1141
...@@ -11,6 +11,8 @@ typedef signed short int16_t; ...@@ -11,6 +11,8 @@ typedef signed short int16_t;
typedef signed int int32_t; typedef signed int int32_t;
typedef signed long long int64_t; typedef signed long long int64_t;
typedef uint32_t useconds_t;
#define UINT32_MAX 4294967295U #define UINT32_MAX 4294967295U
#endif #endif
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