Created
November 19, 2012 00:59
-
-
Save leres/4108410 to your computer and use it in GitHub Desktop.
arduino-1.0.2 patch: arduino-1.0.2/hardware/arduino/bootloaders/atmega8/ATmegaBOOT.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- 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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment