Skip to content

Commit

Permalink
Fix link in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Feb 19, 2019
1 parent 66b3d4d commit 0e91c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time.rs
Expand Up @@ -19,7 +19,7 @@ pub const TIME_MAX: u64 = 0xffffffffff;
///
/// Internally uses the same 40-bit timestamps that the DW1000 uses.
///
/// [`DW1000::sys_time`]: ../ll/struct.DW1000.html
/// [`DW1000::sys_time`]: ../hl/struct.DW1000.html#method.sys_time
#[derive(Clone, Copy, Debug, Deserialize, Serialize)]
#[repr(C)]
pub struct Instant(u64);
Expand Down

0 comments on commit 0e91c3c

Please sign in to comment.