From d0eba2fea5d7b621ff25d7ba29ef480e0a9f8235 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Mon, 23 May 2011 10:11:46 -0400 Subject: Getting rid of the last 0.0.10 TODO. We should be good to go. --- wirish/HardwareTimer.cpp | 1 - 1 file changed, 1 deletion(-) 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) { -- cgit v1.2.3