mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
11 lines
342 B
C
11 lines
342 B
C
--- hardware/arduino/cores/arduino/wiring_private.h.orig 2011-03-21 15:18:00.000000000 +0800
|
|
+++ hardware/arduino/cores/arduino/wiring_private.h 2011-03-21 15:18:13.000000000 +0800
|
|
@@ -27,7 +27,7 @@
|
|
|
|
#include <avr/io.h>
|
|
#include <avr/interrupt.h>
|
|
-#include <avr/delay.h>
|
|
+#include <util/delay.h>
|
|
#include <stdio.h>
|
|
#include <stdarg.h>
|
|
|