altos/stm: Make sure we switch to MSI during timer init
authorKeith Packard <keithp@keithp.com>
Thu, 29 Aug 2013 04:12:25 +0000 (22:12 -0600)
committerKeith Packard <keithp@keithp.com>
Thu, 29 Aug 2013 04:12:25 +0000 (22:12 -0600)
commit7c82acc1c1c5b7b4da7c7ecb3b2fd90140e4c703
treeeb9f6713349af3d2ed3f55550664c58df379a2fc
parent6802b6a65b1fec06c2c873282be792c40b3c8f5e
altos/stm: Make sure we switch to MSI during timer init

Need to ensure that the CPU is actually using the MSI during timer
init or all of the other clock changes won't work

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