From b814bc2ab370832431d3fa659521949482aa2180 Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Mon, 21 Apr 2008 23:56:02 +0200 Subject: * digital/io/src - move functions definitions of switch module to a source file ; - add a filter when getting the state value of the jack ; - add jack events transmission to the top FSM into the main loop ; - make it build for host implementation. --- digital/io/src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'digital/io/src/Makefile') diff --git a/digital/io/src/Makefile b/digital/io/src/Makefile index 8e4782ed..7b463940 100644 --- a/digital/io/src/Makefile +++ b/digital/io/src/Makefile @@ -1,6 +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 \ simu.host.c \ fsm.c \ getsamples.c getsamples_fsm.c getsamples_cb.c \ -- cgit v1.2.3