Commit 920fde6a authored by Michael Cook's avatar Michael Cook

Fix a compiler warning

parent f489a751
...@@ -972,7 +972,7 @@ void ue_stub_rx_handler(unsigned int num_bytes, ...@@ -972,7 +972,7 @@ void ue_stub_rx_handler(unsigned int num_bytes,
} }
} }
uint64_t clock_usec() uint64_t clock_usec(void)
{ {
struct timespec t; struct timespec t;
if (clock_gettime(CLOCK_MONOTONIC, &t) == -1) if (clock_gettime(CLOCK_MONOTONIC, &t) == -1)
......
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