summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/Makefile
diff options
context:
space:
mode:
authorJérémy Dufour2008-04-23 10:23:03 +0200
committerJérémy Dufour2008-04-23 10:23:03 +0200
commit331037945d5e0146868a82707e7cc9e14942e58f (patch)
tree4481241989d33c7e7580a526e17fac38cb68396d /digital/io/src/Makefile
parent14516e73922ef733cd6987143a1e725ba3d9fdba (diff)
* digital/io/src
- seperate chrono into two files (source and header) ; - add necessary functions to end the match ; - integrate it into the main loop ; - partial integration into the simulator (need to simulate a counter).
Diffstat (limited to 'digital/io/src/Makefile')
-rw-r--r--digital/io/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/io/src/Makefile b/digital/io/src/Makefile
index e170c70c..1899bc6f 100644
--- a/digital/io/src/Makefile
+++ b/digital/io/src/Makefile
@@ -1,7 +1,7 @@
BASE = ../../avr
PROGS = io
io_SOURCES = main.c asserv.c servo.avr.c eeprom.avr.c trap.c sharp.c \
- switch.avr.c \
+ switch.avr.c chrono.c \
simu.host.c \
fsm.c \
getsamples.c getsamples_fsm.c getsamples_cb.c \