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 | e3dfbf4b5baa718c55e9c72f7f5cebdbd9d09909 (patch) | |
| tree | 38bdec04e67703c636ca7bc87b6c5f9a7e5a6947 | |
| parent | 02e69a342f81e0c8bf040c4da3faed48d36deebe (diff) | |
Getting rid of the last 0.0.10 TODO.
We should be good to go.
| -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) { |
