diff options
author | kliment <kliment.yanev@gmail.com> | 2011-05-13 13:30:48 -0700 |
---|---|---|
committer | kliment <kliment.yanev@gmail.com> | 2011-05-13 13:30:48 -0700 |
commit | 41a2fa5c622602af2a6cc95c4897d980bf5221b1 (patch) | |
tree | 1a28c45c51cd9db40f0c2cb0ebf4f776c5539da2 /Tonokip_Firmware/Makefile | |
parent | 649a98f80f93da353929823965d35cae1a3f0dc1 (diff) | |
parent | e6c6276b9d99cee143aa12759367c7073ce9d7d4 (diff) |
Merge pull request #19 from MrAlvin/patch-1
Add config for mega 1280 to the makefile
Diffstat (limited to 'Tonokip_Firmware/Makefile')
-rw-r--r-- | Tonokip_Firmware/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tonokip_Firmware/Makefile b/Tonokip_Firmware/Makefile index cc4485b..618b384 100644 --- a/Tonokip_Firmware/Makefile +++ b/Tonokip_Firmware/Makefile @@ -38,6 +38,8 @@ UPLOAD_RATE = 38400 AVRDUDE_PROGRAMMER = stk500v1 PORT = /dev/ttyUSB0 MCU = atmega2560 +#For "old" Arduino Mega +#MCU = atmega1280 #For Sanguinololu #MCU = atmega644p F_CPU = 16000000 |