summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-12 22:52:47 -0700
committerKeith Packard <keithp@keithp.com>2009-04-12 22:52:47 -0700
commit823f4f92de0c1f8dd7a644a8e56ffe9822bee6e2 (patch)
treec376e7e76989b77ae63a5f8a9c60ad592b697b10 /Makefile
parent650a77e209dbb54c8d8fd9824cee430985564973 (diff)
Add 100Hz timer
Use Timer 1 to generate a 100Hz timer interrupt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2fb24898..b6da6b8f 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ INC = \
SRC = \
ao_task.c \
+ ao_timer.c \
ao_panic.c \
ao_test.c \
_bp.c