diff options
Diffstat (limited to 'devel/arduino/files/patch-hardware-arduino-bootloaders-atmega8-ATmegaBOOT.c')
-rw-r--r-- | devel/arduino/files/patch-hardware-arduino-bootloaders-atmega8-ATmegaBOOT.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/arduino/files/patch-hardware-arduino-bootloaders-atmega8-ATmegaBOOT.c b/devel/arduino/files/patch-hardware-arduino-bootloaders-atmega8-ATmegaBOOT.c deleted file mode 100644 index ba3a9aec8f0b..000000000000 --- a/devel/arduino/files/patch-hardware-arduino-bootloaders-atmega8-ATmegaBOOT.c +++ /dev/null @@ -1,11 +0,0 @@ ---- hardware/arduino/bootloaders/atmega8/ATmegaBOOT.c.orig 2011-03-21 15:17:03.000000000 +0800 -+++ hardware/arduino/bootloaders/atmega8/ATmegaBOOT.c 2011-03-21 15:17:23.000000000 +0800 -@@ -36,7 +36,7 @@ - #include <avr/pgmspace.h> - #include <avr/eeprom.h> - #include <avr/interrupt.h> --#include <avr/delay.h> -+#include <util/delay.h> - - //#define F_CPU 16000000 - |