Rev 416 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 416 | Rev 437 | ||
|---|---|---|---|
| Line 21... | Line 21... | ||
| 21 | AVRDUDE_WRITE_FUSEBITS += -U lfuse:w:$(LOWFUSE):m |
21 | AVRDUDE_WRITE_FUSEBITS += -U lfuse:w:$(LOWFUSE):m |
| 22 | endif |
22 | endif |
| 23 | 23 | ||
| 24 | #comment this line for not programming fusebits |
24 | #comment this line for not programming fusebits |
| 25 | ULFLAGS += $(AVRDUDE_WRITE_FUSEBITS) |
25 | ULFLAGS += $(AVRDUDE_WRITE_FUSEBITS) |
| - | 26 | ||
| - | 27 | # Path to where you would like to put your personal node directorys |
|
| - | 28 | PERSONALDIR = ../personal |
|