This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/share/CodeBlocks/templates/wizard/avr/files/FuseFuse0to4.c

11 lines
255 B
C

#include <avr/io.h>
NVM_FUSES_t __fuse FUSEMEM = {
.FUSEBYTE0 = FUSE0_DEFAULT,
.FUSEBYTE1 = FUSE1_DEFAULT,
.FUSEBYTE2 = FUSE2_DEFAULT,
.FUSEBYTE4 = FUSE4_DEFAULT,
.FUSEBYTE5 = FUSE5_DEFAULT
// check datasheet for details about fuses
};