Skip to content

Commit

Permalink
ubx.h: add USEC_PER_SEC
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Apr 23, 2020
1 parent dc4a968 commit 950c8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libubx/ubx.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/* constants */
#define NSEC_PER_SEC 1000000000
#define USEC_PER_SEC 1000000
#define NSEC_PER_USEC 1000

/* config array length checking */
Expand Down

0 comments on commit 950c8ff

Please sign in to comment.