Adding #include <avr/signal.h> to WInterrupts.c.

This commit is contained in:
David A. Mellis 2006-12-19 04:54:53 +00:00
parent be9f13bb8e
commit fd0a5413aa
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <inttypes.h>
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/signal.h>
#include <avr/pgmspace.h>
#include <stdio.h>