Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save leres/4108410 to your computer and use it in GitHub Desktop.

Select an option

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
--- 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