From fc30aa62ecb544a43828cd5dceb1696518b77acf Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 5 May 2011 02:39:37 -0400 Subject: Changing integration date of function in examples/test-timer.cpp. It would be nice to have something like a timer_set_period() in libmaple proper that takes the period and the clock rate as parameters, much the same as usart_set_baud_rate() does. No time for that now, though, so punt to 0.1.0. --- examples/test-timers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/test-timers.cpp b/examples/test-timers.cpp index 545597f..247cc57 100644 --- a/examples/test-timers.cpp +++ b/examples/test-timers.cpp @@ -237,7 +237,7 @@ void testTimerChannels(timer_dev *dev) { } } -// FIXME [0.0.10] move this into the new wirish timer implementation +// FIXME [0.1.0] move some incarnation of this into timer.h void setTimerPeriod(timer_dev *dev, uint32 period_us) { if (!period_us) { // FIXME handle this case -- cgit v1.2.3