]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
Change MCU to atmega328p in hhkb/Makeilfe.vusb.
authortmk <nobody@nowhere>
Sun, 27 May 2012 05:15:39 +0000 (14:15 +0900)
committertmk <nobody@nowhere>
Sun, 27 May 2012 05:15:39 +0000 (14:15 +0900)
hhkb/Makefile.vusb

index 5bfc233df890e1efe96498352534abc15fe06009..371b366900679ad808506ea0e32fd9ba1126cce6 100644 (file)
@@ -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.