Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Update rubble-nrf51/src/timer.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com>
  • Loading branch information
fmckeogh and jonas-schievink committed Jun 11, 2019
1 parent f4eefe7 commit 9ab3da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubble-nrf51/src/timer.rs
Expand Up @@ -9,7 +9,7 @@ use {
},
};

/// Implements Rubble's `Timer` trait for the timers on the nRF chip.
/// Implements Rubble's `Timer` trait for `TIMER0` on the nRF51 chips.
pub struct BleTimer<T: NrfTimerExt> {
inner: T,
next: Instant,
Expand Down

0 comments on commit 9ab3da6

Please sign in to comment.