diff options
author | Jun Wako <wakojun@gmail.com> | 2015-03-19 06:56:56 +0900 |
---|---|---|
committer | Jun Wako <wakojun@gmail.com> | 2015-03-19 06:56:56 +0900 |
commit | d23d95381af8e7eec05a9d04c7d50e244a84fb95 (patch) | |
tree | 048a27ff1da22821ce4995e4ea8f3486bf9b3a80 /converter | |
parent | 9b4914b005e1dfabc98bec5745b43a2b14f30176 (diff) |
m0110: Fix Makefile
Diffstat (limited to 'converter')
-rw-r--r-- | converter/m0110_usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/m0110_usb/Makefile b/converter/m0110_usb/Makefile index 5f3bb98e2f..6f20396f59 100644 --- a/converter/m0110_usb/Makefile +++ b/converter/m0110_usb/Makefile @@ -26,7 +26,7 @@ CONFIG_H = config.h # MCU name, you MUST set this to match the board you are using # type "make clean" after changing this, so all files will be rebuilt MCU = atmega32u2 # TMK converter rev2 -MCU = atmega32u4 # TMK converter rev1 +#MCU = atmega32u4 # TMK converter rev1 # Processor frequency. |