6 lines
52 B
C
6 lines
52 B
C
|
#include <avr/io.h>
|
||
|
|
||
|
FUSES = {
|
||
|
LFUSE_DEFAULT
|
||
|
};
|