diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2011-10-10 11:28:44 -0400 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2011-10-10 11:28:44 -0400 |
commit | 77cdeb5b930c473488933e04573159bda93b9491 (patch) | |
tree | 6b5a1348f5a2a26b8affc302ab66b5ac5ac9853f /cores/arduino/wiring_private.h | |
parent | 075bb009b9bf48169921e1a43329ea49c15480bc (diff) |
Fixing more warnings (Paul Stoffregen).
Diffstat (limited to 'cores/arduino/wiring_private.h')
-rwxr-xr-x | cores/arduino/wiring_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cores/arduino/wiring_private.h b/cores/arduino/wiring_private.h index 74c0d06..41d1d40 100755 --- a/cores/arduino/wiring_private.h +++ b/cores/arduino/wiring_private.h @@ -27,7 +27,6 @@ #include <avr/io.h> #include <avr/interrupt.h> -#include <avr/delay.h> #include <stdio.h> #include <stdarg.h> |