altos/stm: Fix basic time interval to 10ms -- was 10.1ms
authorKeith Packard <keithp@keithp.com>
Sun, 9 Sep 2012 20:57:16 +0000 (13:57 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 9 Sep 2012 20:57:16 +0000 (13:57 -0700)
commitf2933103be122414a9b1795b37003b7a2aa9f3d7
treec9918b240ce56a652fc58938479fb2c14209ad82
parent0339583996fc57a666f8d3007a0f4b1034039a73
altos/stm: Fix basic time interval to 10ms -- was 10.1ms

Counting from 0 to 100 takes 10.1ms, so count to 99 instead.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm/ao_timer.c