7 lines
86 B
C
7 lines
86 B
C
#include <avr/io.h>
|
|
|
|
FUSES = {
|
|
.low = LFUSE_DEFAULT,
|
|
.high = HFUSE_DEFAULT
|
|
};
|