diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-05 02:39:37 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-05 02:39:37 -0400 |
| commit | 07357000eedf40c11b5337c73472b4b8f23cdccb (patch) | |
| tree | 336bf947091829c3b949228205ac2d231bd458ce /examples/test-timers.cpp | |
| parent | d77842668d2a731a087c8d0bfea48502bd2088bd (diff) | |
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.
Diffstat (limited to 'examples/test-timers.cpp')
| -rw-r--r-- | examples/test-timers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
