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

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

RE: [avr-gcc-list] How to pass a struct in Interrupt


From: Dan Miner
Subject: RE: [avr-gcc-list] How to pass a struct in Interrupt
Date: Fri, 16 Jan 2004 08:01:18 -0600

You failed to declare the UART typedef in isr.c.
The tell-tale errors are these:

> isr.c:17: error: parse error before "uart0"
> isr.c:17: warning: type defaults to `int' in declaration of `uart0'
> isr.c:17: warning: data definition has no type or storage class

                                - Dan Miner


reply via email to

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