diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-29 14:22:19 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-29 14:22:19 -0700 |
commit | b2d4e49bfe88aa61ca36fb1af8f3088c5754304c (patch) | |
tree | 3067473ac28d444414983bb4c7e292b78d368c86 /src/telescience-v0.1 | |
parent | e66fd72664aae7c000dce9c528803e28e7918fdf (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/Makefile | 1 |
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 \ |