Project

General

Profile

Revision 197

Added by Kevin Woo about 14 years ago

Removed fuse writing since it seems to be placing the fuses out of memory and causing the programmer to fail

View differences:

bootloader.c
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