avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] SPI interrupt and compiler warning help


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] SPI interrupt and compiler warning help
Date: Mon, 29 Mar 2004 10:08:46 +0200 (MET DST)

David Morrison <address@hidden> wrote:

> spi_master.c:70: warning: return type defaults to `int'

You forgot to #include <avr/signal.h>, so it tries to declare SIGNAL
as an ordinary function of that name.

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/

_______________________________________________
avr-gcc-list mailing list
address@hidden
http://www.avr1.org/mailman/listinfo/avr-gcc-list


reply via email to

[Prev in Thread] Current Thread [Next in Thread]