fuse.c 125 B

12345678910
  1. #include <avr/io.h>
  2. /**
  3. * avrdude: -U lfuse:w:0x3e:m -U hfuse:w:0xc9:m
  4. */
  5. FUSES = {
  6. .low = 0x3E,
  7. .high = 0xC9
  8. };