diff testavr.c @ 18:108a703c39e6

Covert to a later version of avr-libc. Stuff like not using inb/outb, etc.. Get the mcu/part right, change includes..
author darius
date Fri, 25 Nov 2005 21:49:56 +1030
parents a58b41b7d15c
children 2b0ed085b95b
line wrap: on
line diff
--- a/testavr.c	Fri Nov 25 21:45:51 2005 +1030
+++ b/testavr.c	Fri Nov 25 21:49:56 2005 +1030
@@ -30,7 +30,6 @@
 
 #include <avr/io.h>
 #include <avr/interrupt.h>
-#include <avr/signal.h>
 #include <avr/pgmspace.h>
 #include <string.h>
 #include <ctype.h>