Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ArduinoHAL by
Diff: wiring_private.h
- Revision:
- 3:d0f535da303e
- Parent:
- 2:7e1ff33bc76a
- Child:
- 4:40396527a068
diff -r 7e1ff33bc76a -r d0f535da303e wiring_private.h --- 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>
