Skip to content
Snippets Groups Projects
Commit 4266b6f9 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk
Browse files

adding useconds_t type for ptp

parent 7ed18096
Branches
Tags
No related merge requests found
......@@ -11,6 +11,8 @@ typedef signed short int16_t;
typedef signed int int32_t;
typedef signed long long int64_t;
typedef uint32_t useconds_t;
#define UINT32_MAX 4294967295U
#endif
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