diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-01-02 21:56:04 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-01-02 21:56:04 +0000 |
commit | 86191d95ce8a7de367a87e0d4875f031c6492aa2 (patch) | |
tree | 891c1dd435333654cc2e69af184fbc3fcd62ab49 /devel/arduino/files/patch-hardware-arduino-bootloaders-atmega8-ATmegaBOOT.c | |
parent | - update to 0.8.1 (diff) |
- Update to version 1.0.3
- Add optional patches for ATmega644p support
PR: ports/174783
Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer)
Notes
Notes:
svn path=/head/; revision=309843
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 - |