1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-13 10:29:35 +01:00

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

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>