diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-06-03 15:40:33 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-06-03 15:40:33 (GMT) |
commit | 55ab6ba1122ed2c04596feea6c94ea056da825a3 (patch) | |
tree | 52570c55c13996b014b3e6317061cf223ef0143b /software/rhmixxx/Makefile | |
parent | c7befc2a68d78c3bd445433dc55bdc70ea2276e7 (diff) |
enable and disable analog channel via midi works now
Diffstat (limited to 'software/rhmixxx/Makefile')
-rw-r--r-- | software/rhmixxx/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/software/rhmixxx/Makefile b/software/rhmixxx/Makefile index ae51e01..60531a5 100644 --- a/software/rhmixxx/Makefile +++ b/software/rhmixxx/Makefile @@ -41,5 +41,3 @@ LUFA_OPTS += -D USB_PRODUCT="L\"rhmixxx midi controller\"" -D USB_PRODUCT_LEN=23 LUFA_COMPONENTS := USB USBCLASS SERIAL include ../include.mk - -CFLAGS += -DDISABLE_ANALOG |