Test arduino code

Dependents:   DR14_4D7S_US

Fork of ArduinoHAL by René Bohne

Files at this revision

API Documentation at this revision

Comitter:
rbohne
Date:
Sat Jun 04 20:03:00 2011 +0000
Parent:
2:7e1ff33bc76a
Child:
4:40396527a068
Commit message:
fixed <avr...>

Changed in this revision

wiring_private.h Show annotated file Show diff for this revision Revisions of this file
--- a/wiring_private.h	Sat Jun 04 20:01:33 2011 +0000
+++ b/wiring_private.h	Sat Jun 04 20:03:00 2011 +0000
@@ -25,9 +25,6 @@
 #ifndef WiringPrivate_h
 #define WiringPrivate_h
 
-#include <avr/io.h>
-#include <avr/interrupt.h>
-#include <avr/delay.h>
 #include <stdio.h>
 #include <stdarg.h>