Project

General

Profile

Revision 036b4f9a

ID036b4f9a29e5cdb543fb36e27da21afdfa4c8d08
Parent cce97007
Child cbda92cc

Added by Thomas Mullins about 11 years ago

Fixed annoying warnings about avr/signal.h

View differences:

toolbox/freemodbus/port/portserial.c
25 25

  
26 26
#include <avr/io.h>
27 27
#include <avr/interrupt.h>
28
#include <avr/signal.h>
29 28

  
30 29
#include "port.h"
31 30

  
toolbox/freemodbus/port/porttimer.c
22 22
/* ----------------------- AVR includes -------------------------------------*/
23 23
#include <avr/io.h>
24 24
#include <avr/interrupt.h>
25
#include <avr/signal.h>
26 25

  
27 26
/* ----------------------- Platform includes --------------------------------*/
28 27
#include "port.h"

Also available in: Unified diff