altos/cc1111: Remove unneeded initialization in ao_timer.c
authorKeith Packard <keithp@keithp.com>
Sun, 18 Dec 2016 04:57:38 +0000 (20:57 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 20 Feb 2017 19:22:21 +0000 (11:22 -0800)
commit61f729567ff6355ab52c3e83399761103022a41a
treefc0fbf17e9a800c9150d67033e3a3e610d7aa089
parent1029a6e4a61b20698e00e29fc0c8c3877f1e7b0f
altos/cc1111: Remove unneeded initialization in ao_timer.c

The timers are all stopped when the chip boots, so no need to stop
them. This saves some text space, allowing the current code to (just
barely) fit.

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