Merge pull request #2 from jlefley/atmega328p

fix comment to reflect changes in fuses
This commit is contained in:
Olaf Rempel 2015-03-25 09:48:04 +01:00
commit dd4ca2cb33
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -38,7 +38,7 @@
* *
* atmega328p: * atmega328p:
* Fuse E: 0xfd (2.7V BOD) * Fuse E: 0xfd (2.7V BOD)
* Fuse H: 0xda (1024 words bootloader) * Fuse H: 0xdc (512 words bootloader)
* Fuse L: 0xc2 (8Mhz internal RC-Osz.) * Fuse L: 0xc2 (8Mhz internal RC-Osz.)
*/ */