summaryrefslogtreecommitdiff
path: root/src/telescience-v0.1
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-08-29 14:22:19 -0700
committerKeith Packard <keithp@keithp.com>2011-08-29 14:22:19 -0700
commitb2d4e49bfe88aa61ca36fb1af8f3088c5754304c (patch)
tree3067473ac28d444414983bb4c7e292b78d368c86 /src/telescience-v0.1
parente66fd72664aae7c000dce9c528803e28e7918fdf (diff)
altos: Split avr clock initialization to ao_clock.c
This will be shared with the attiny code for TeleTerra v0.1 Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telescience-v0.1')
-rw-r--r--src/telescience-v0.1/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telescience-v0.1/Makefile b/src/telescience-v0.1/Makefile
index 282829e7..28620242 100644
--- a/src/telescience-v0.1/Makefile
+++ b/src/telescience-v0.1/Makefile
@@ -33,6 +33,7 @@ TELESCIENCE_STORAGE= \
ao_storage.c \
ALTOS_SRC = \
+ ao_clock.c \
ao_cmd.c \
ao_mutex.c \
ao_panic.c \