diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-23 10:11:46 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-23 10:18:39 -0400 |
commit | d0eba2fea5d7b621ff25d7ba29ef480e0a9f8235 (patch) | |
tree | a2e9cd266421d49da460a8421180717bcc4c3fb5 /wirish | |
parent | 38281ff738bc9a561085f39c427ce3f5b6f0d791 (diff) | |
download | librambutan-d0eba2fea5d7b621ff25d7ba29ef480e0a9f8235.tar.gz librambutan-d0eba2fea5d7b621ff25d7ba29ef480e0a9f8235.zip |
Getting rid of the last 0.0.10 TODO.
We should be good to go.
Diffstat (limited to 'wirish')
-rw-r--r-- | wirish/HardwareTimer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wirish/HardwareTimer.cpp b/wirish/HardwareTimer.cpp index d0e32c3..947548e 100644 --- a/wirish/HardwareTimer.cpp +++ b/wirish/HardwareTimer.cpp @@ -90,7 +90,6 @@ void HardwareTimer::setCount(uint16 val) { timer_set_count(this->dev, min(val, ovf)); } -// FIXME [0.0.10 beta] test! uint16 HardwareTimer::setPeriod(uint32 microseconds) { // Not the best way to handle this edge case? if (!microseconds) { |