mirror of
https://github.com/jrcutler/Tiny_IR_Repeater
synced 2024-12-22 00:24:29 +00:00
Comment typo fix
This commit is contained in:
parent
76e260cdbf
commit
73f65f26c6
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ FUSES = -U hfuse:w:0xdf:m -U lfuse:w:0x62:m
|
|||||||
# ATtiny85 fuse bits used above (fuse bits for other devices are different!):
|
# ATtiny85 fuse bits used above (fuse bits for other devices are different!):
|
||||||
# Example for 1 MHz internal oscillator
|
# Example for 1 MHz internal oscillator
|
||||||
# Fuse high byte:
|
# Fuse high byte:
|
||||||
# 0xd9 = 1 1 0 1 1 1 1 1
|
# 0xdf = 1 1 0 1 1 1 1 1
|
||||||
# ^ ^ ^ ^ ^ \-+-/
|
# ^ ^ ^ ^ ^ \-+-/
|
||||||
# | | | | | +------ BODLEVEL 2..0 (disabled)
|
# | | | | | +------ BODLEVEL 2..0 (disabled)
|
||||||
# | | | | +---------- EESAVE (EEPROM not preserved over chip erase)
|
# | | | | +---------- EESAVE (EEPROM not preserved over chip erase)
|
||||||
|
Loading…
Reference in New Issue
Block a user