From 331037945d5e0146868a82707e7cc9e14942e58f Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Wed, 23 Apr 2008 10:23:03 +0200 Subject: * 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). --- digital/io/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/io/src/Makefile') 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 \ -- cgit v1.2.3