Revision 197 trunk/bootloader/bootloader.c
| bootloader.c (revision 197) | ||
|---|---|---|
| 1 | 1 |
#include "bootloader.h" |
| 2 | 2 |
|
| 3 | 3 |
// Setup the default fuses |
| 4 |
// This seems to be broken for now... |
|
| 4 | 5 |
/* |
| 5 | 6 |
FUSES = {
|
| 6 | 7 |
.low = (FUSE_SUT0 & FUSE_CKSEL3 & FUSE_CKSEL2 & FUSE_CKSEL0), |
| 7 | 8 |
.high = (FUSE_EESAVE & FUSE_SPIEN), |
| 8 |
.extended = (FUSE_SELFPRGEN), |
|
| 9 |
};*/ |
|
| 9 |
.extended = (FUSE_SELFPRGEN) |
|
| 10 |
}; |
|
| 11 |
*/ |
|
| 10 | 12 |
|
| 11 | 13 |
|
| 12 | 14 |
|
Also available in: Unified diff