Commit 4f9e6878 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

fix of a bugfix, we don't need uint32_t, uint8_t is enough

parent be11da10
......@@ -268,7 +268,7 @@ int minic_tx_frame(uint8_t *hdr, uint8_t *payload, uint32_t size, struct hw_time
uint32_t counter_r, counter_f;
uint32_t utc;
uint32_t nsec;
uint32_t ts_tout;
uint8_t ts_tout;
ts_tout=0;
......
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