diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-06-01 17:58:14 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-06-01 17:58:14 (GMT) |
commit | a8025d154d51e6247147bf9322e2726106bcfe5c (patch) | |
tree | d5b2caa2b87c4eccc8a5f2269d66da49682ce85e /software/rhmixxx/Makefile | |
parent | e19e30a3a12dc60f924fd7117fdcfef4339974e8 (diff) |
added eventqueue
sending events works now
Diffstat (limited to 'software/rhmixxx/Makefile')
-rw-r--r-- | software/rhmixxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/rhmixxx/Makefile b/software/rhmixxx/Makefile index 231005b..1e4b67c 100644 --- a/software/rhmixxx/Makefile +++ b/software/rhmixxx/Makefile @@ -21,7 +21,7 @@ NAME := rhmixxx BOARD_TYPE := rhmixxx -OBJ := $(NAME).o keypad.o +OBJ := $(NAME).o keypad.o eventqueue.o LIBS := util led lufa-descriptor-midi EXTERNAL_LIBS := lufa |