1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Changing default microcontroller to atmega168 from atemga8.

This commit is contained in:
David A. Mellis 2007-05-04 16:27:57 +00:00
parent a587bc8a4a
commit 75fcecf417

View File

@ -295,7 +295,7 @@ bootloader.lock_bits=0xCF
bootloader.programmer=stk500
# set the build defaults
build.mcu=atmega8
build.mcu=atmega168
build.f_cpu=16000000L
build.extension=c
build.target=arduino