diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-03-19 02:58:57 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-03-19 02:58:57 (GMT) |
commit | 0c400645cd19cf78c3f1f9d21f720976549a048b (patch) | |
tree | 8973d3d907b834e5e84dd616588a460fe4174904 /software | |
parent | ab3d15870e5c33ca50e99aa23649efb5c3c46bbd (diff) |
switched to rhmixxx
Diffstat (limited to 'software')
-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 4af67c8..7441eed 100644 --- a/software/rhmixxx/Makefile +++ b/software/rhmixxx/Makefile @@ -21,7 +21,7 @@ ##
NAME := rhmixxx
-BOARD_TYPE := teensy2
+BOARD_TYPE := rhmixxx
OBJ := $(NAME).o
LIBS := util led lufa-descriptor-midi
EXTERNAL_LIBS := lufa
|