diff options
author | tmk <nobody@nowhere> | 2012-05-27 14:15:39 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-05-27 14:15:39 +0900 |
commit | fe7152344308f4752f7bb5180144c47251dae233 (patch) | |
tree | 39f2910577c46e59de8ef2fa3cc994efbfe4fea3 /hhkb | |
parent | 7597582a85ee8cd802ebe4b6809949918c4bdaf3 (diff) |
Change MCU to atmega328p in hhkb/Makeilfe.vusb.
Diffstat (limited to 'hhkb')
-rw-r--r-- | hhkb/Makefile.vusb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hhkb/Makefile.vusb b/hhkb/Makefile.vusb index 5bfc233df8..371b366900 100644 --- a/hhkb/Makefile.vusb +++ b/hhkb/Makefile.vusb @@ -28,9 +28,9 @@ OPT_DEFS = -DDEBUG_LEVEL=0 # 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 = atmega168p +MCU = atmega328p # avrdude doesn't know atmega168p -AVRDUDE_MCU = atmega168 +AVRDUDE_MCU = $(MCU) # Processor frequency. |