Project

General

Profile

Statistics
| Revision:

root / trunk / utils / set_toolbox_fuses.sh @ 212

History | View | Annotate | Download (104 Bytes)

1
#!/bin/sh
2

    
3
avrdude -c avrispmkii -P usb -p t2313 -U hfuse:w:0x9F:m -U lfuse:w:0xE4:m -U efuse:w:0xFE:m
4